* [PATCH] mfd: (wl1273-core) Remove unused variable
@ 2011-05-26 6:50 Guenter Roeck
0 siblings, 0 replies; only message in thread
From: Guenter Roeck @ 2011-05-26 6:50 UTC (permalink / raw)
To: Samuel Ortiz; +Cc: linux-kernel, Guenter Roeck
This commit fixes the following build warning:
drivers/mfd/wl1273-core.c: In function wl1273_fm_set_volume:
drivers/mfd/wl1273-core.c:156: warning: unused variable var
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
---
drivers/mfd/wl1273-core.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/drivers/mfd/wl1273-core.c b/drivers/mfd/wl1273-core.c
index 04914f2..37af778 100644
--- a/drivers/mfd/wl1273-core.c
+++ b/drivers/mfd/wl1273-core.c
@@ -153,7 +153,6 @@ out:
*/
static int wl1273_fm_set_volume(struct wl1273_core *core, unsigned int volume)
{
- u16 val;
int r;
if (volume > WL1273_MAX_VOLUME)
--
1.7.1
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-05-26 6:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-26 6:50 [PATCH] mfd: (wl1273-core) Remove unused variable Guenter Roeck
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®