Re: [PATCH] ALSA: opl3: remove redundant pointer opl3

2018-07-16 Thread Takashi Iwai
On Mon, 16 Jul 2018 10:34:51 +0200, Colin King wrote: > > From: Colin Ian King > > Variable opl3 is being assigned but is never used hence it is > redundant and can be removed. > > Cleans up several clang warnings: > warning: variable 'opl3' set but not used [-Wunused-but-set-variable] > > Sig

[PATCH] ALSA: opl3: remove redundant pointer opl3

2018-07-16 Thread Colin King
From: Colin Ian King Variable opl3 is being assigned but is never used hence it is redundant and can be removed. Cleans up several clang warnings: warning: variable 'opl3' set but not used [-Wunused-but-set-variable] Signed-off-by: Colin Ian King --- sound/drivers/opl3/opl3_midi.c | 12 --