mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
232af6a905
Fix W=1 warnings by removing 2 unnecessary initializations and removing a variable that's not used. sound/pci/asihpi/asihpi.c: In function ‘snd_asihpi_tuner_band_get’: sound/pci/asihpi/asihpi.c:1907:6: warning: variable ‘num_bands’ set but not used [-Wunused-but-set-variable] 1907 | u32 num_bands = 0; | ^~~~~~~~~ sound/pci/asihpi/asihpi.c: In function ‘snd_asihpi_tuner_band_put’: sound/pci/asihpi/asihpi.c:1934:6: warning: variable ‘num_bands’ set but not used [-Wunused-but-set-variable] 1934 | u32 num_bands = 0; | ^~~~~~~~~ sound/pci/asihpi/asihpi.c: In function ‘snd_asihpi_mux_info’: sound/pci/asihpi/asihpi.c:2164:6: warning: variable ‘err’ set but not used [-Wunused-but-set-variable] 2164 | int err; | ^~~ Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Link: https://lore.kernel.org/r/20200702193604.169059-4-pierre-louis.bossart@linux.intel.com Signed-off-by: Takashi Iwai <tiwai@suse.de> |
||
---|---|---|
.. | ||
asihpi.c | ||
hpi6000.c | ||
hpi6000.h | ||
hpi6205.c | ||
hpi6205.h | ||
hpi_internal.h | ||
hpi_version.h | ||
hpi.h | ||
hpicmn.c | ||
hpicmn.h | ||
hpidebug.c | ||
hpidebug.h | ||
hpidspcd.c | ||
hpidspcd.h | ||
hpifunc.c | ||
hpimsginit.c | ||
hpimsginit.h | ||
hpimsgx.c | ||
hpimsgx.h | ||
hpioctl.c | ||
hpioctl.h | ||
hpios.c | ||
hpios.h | ||
hpipcida.h | ||
Makefile |