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)
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>

No differences found