mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 08:58:07 +00:00
33279c305d
Fixes gcc '-Wunused-but-set-variable' warning:
drivers/scsi/mvsas/mv_sas.c: In function 'mvs_work_queue':
drivers/scsi/mvsas/mv_sas.c:1909:31: warning:
variable 'id' set but not used [-Wunused-but-set-variable]
It never used since introduction in commit
|
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
mv_64xx.c | ||
mv_64xx.h | ||
mv_94xx.c | ||
mv_94xx.h | ||
mv_chips.h | ||
mv_defs.h | ||
mv_init.c | ||
mv_sas.c | ||
mv_sas.h |