mfd: wm5102: Insert missing break in case statement
authorLee Jones <lee.jones@linaro.org>
Mon, 18 Aug 2014 14:05:01 +0000 (15:05 +0100)
committerLee Jones <lee.jones@linaro.org>
Fri, 26 Sep 2014 07:15:31 +0000 (08:15 +0100)
commit616e047992a4621a09ef45182076ff09b2495dec
treef20e6114e9d13ec668fc9acc2d8b1eeb1914fc4e
parent9b6a5ad9da4118e8c2a087501ddff33f51a9e6ba
mfd: wm5102: Insert missing break in case statement

Chip identifier wm5102_reva_patch is always overwritten with
wm5102_revb_patch, even when the code is run on a Rev-A chip.  Place
in the missing break to force the code into doing something sensible
instead.

Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/wm5102-tables.c
This page took 0.024563 seconds and 5 git commands to generate.