mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 21:40:54 +07:00
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>
This commit is contained in:
parent
bc86fcee37
commit
5d76ca3baa
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user