1
0
Fork 0

mfd: Fix wl1273 warning

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>
hifive-unleashed-5.1
Wanlong Gao 2011-04-10 22:10:26 +08:00 committed by Samuel Ortiz
parent bc86fcee37
commit 5d76ca3baa
1 changed files with 0 additions and 1 deletions

View File

@ -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)