[PATCH] mfd: Add missing break in WM8350 register cache setup

From: Mark Brown
Date: Thu Dec 18 2008 - 10:41:43 EST


Signed-off-by: Mark Brown <broonie@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
---

Followup patch to my previous series, fixing an underlying bug.

drivers/mfd/wm8350-core.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/mfd/wm8350-core.c b/drivers/mfd/wm8350-core.c
index 3a519de..d4daa73 100644
--- a/drivers/mfd/wm8350-core.c
+++ b/drivers/mfd/wm8350-core.c
@@ -1169,6 +1169,7 @@ static int wm8350_create_cache(struct wm8350 *wm8350, int type, int mode)
mode);
return -EINVAL;
}
+ break;

case 1:
switch (mode) {
--
1.5.6.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/