[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1229614890-20073-1-git-send-email-broonie@opensource.wolfsonmicro.com>
Date: Thu, 18 Dec 2008 15:41:30 +0000
From: Mark Brown <broonie@...nsource.wolfsonmicro.com>
To: Samuel Ortiz <sameo@...nedhand.com>
Cc: linux-kernel@...r.kernel.org,
Mark Brown <broonie@...nsource.wolfsonmicro.com>
Subject: [PATCH] mfd: Add missing break in WM8350 register cache setup
Signed-off-by: Mark Brown <broonie@...nsource.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists