projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
add41cb
)
mfd: Fix warning in WM8350
author
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Mon, 13 Oct 2008 14:45:23 +0000
(15:45 +0100)
committer
Liam Girdwood
<lrg@slimlogic.co.uk>
Mon, 13 Oct 2008 20:51:57 +0000
(21:51 +0100)
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Samuel Ortiz <sameo@openedhand.com>
Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
drivers/mfd/wm8350-core.c
patch
|
blob
|
history
diff --git
a/drivers/mfd/wm8350-core.c
b/drivers/mfd/wm8350-core.c
index
382e38c
..
25a7a5d
100644
(file)
--- a/
drivers/mfd/wm8350-core.c
+++ b/
drivers/mfd/wm8350-core.c
@@
-1161,7
+1161,6
@@
int wm8350_device_init(struct wm8350 *wm8350, int irq,
{
int ret = -EINVAL;
u16 id1, id2, mask, mode;
- int i;
/* get WM8350 revision and config mode */
wm8350->read_dev(wm8350, WM8350_RESET_ID, sizeof(id1), &id1);