* [PATCH] mfd: WL1273 FM Radio: remove unused variable
@ 2011-05-08 9:55 Christoph Fritz
2011-05-13 17:23 ` Samuel Ortiz
0 siblings, 1 reply; 2+ messages in thread
From: Christoph Fritz @ 2011-05-08 9:55 UTC (permalink / raw)
To: kernel-janitors
This patch removes an unused variable in wl1273_fm_set_volume().
Signed-off-by: Christoph Fritz <chf.fritz@googlemail.com>
---
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.2.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] mfd: WL1273 FM Radio: remove unused variable
2011-05-08 9:55 [PATCH] mfd: WL1273 FM Radio: remove unused variable Christoph Fritz
@ 2011-05-13 17:23 ` Samuel Ortiz
0 siblings, 0 replies; 2+ messages in thread
From: Samuel Ortiz @ 2011-05-13 17:23 UTC (permalink / raw)
To: kernel-janitors
Hi Christoph,
On Sun, May 08, 2011 at 11:55:07AM +0200, Christoph Fritz wrote:
> This patch removes an unused variable in wl1273_fm_set_volume().
This patch is already applied to my for-next branch.
Cheers,
Samuel.
--
Intel Open Source Technology Centre
http://oss.intel.com/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-05-13 17:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-08 9:55 [PATCH] mfd: WL1273 FM Radio: remove unused variable Christoph Fritz
2011-05-13 17:23 ` Samuel Ortiz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox