Skip to content

Commit

Permalink
mfd: Fix wl1273 warning
Browse files Browse the repository at this point in the history
Remove the unused variable "u16 val" of wl1273-core.c.

Signed-off-by: Wanlong Gao <wanlong.gao@gmail.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
  • Loading branch information
Wanlong Gao authored and Samuel Ortiz committed May 26, 2011
1 parent bc86fce commit 5d76ca3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/mfd/wl1273-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ static int wl1273_fm_set_audio(struct wl1273_core *core, unsigned int new_mode)
*/
static int wl1273_fm_set_volume(struct wl1273_core *core, unsigned int volume)
{
u16 val;
int r;

if (volume > WL1273_MAX_VOLUME)
Expand Down

0 comments on commit 5d76ca3

Please sign in to comment.