Commit 4331bb32 authored by Mark Brown's avatar Mark Brown Committed by Samuel Ortiz

mfd: Add missing break from wm3850-core

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: default avatarSamuel Ortiz <sameo@openedhand.com>
parent ca23f8c1
...@@ -1168,6 +1168,7 @@ static int wm8350_create_cache(struct wm8350 *wm8350, int type, int mode) ...@@ -1168,6 +1168,7 @@ static int wm8350_create_cache(struct wm8350 *wm8350, int type, int mode)
mode); mode);
return -EINVAL; return -EINVAL;
} }
break;
case 1: case 1:
switch (mode) { switch (mode) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment