lkml.org 
[lkml]   [2008]   [Dec]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] mfd: Add missing break in WM8350 register cache setup
Date
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
---

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


\
 
 \ /
  Last update: 2008-12-18 16:43    [W:0.034 / U:0.344 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site