commit | 616e047992a4621a09ef45182076ff09b2495dec | [log] [tgz] |
---|---|---|
author | Lee Jones <lee.jones@linaro.org> | Mon Aug 18 15:05:01 2014 +0100 |
committer | Lee Jones <lee.jones@linaro.org> | Fri Sep 26 08:15:31 2014 +0100 |
tree | f20e6114e9d13ec668fc9acc2d8b1eeb1914fc4e | |
parent | 9b6a5ad9da4118e8c2a087501ddff33f51a9e6ba [diff] |
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>