linux_dsm_epyc7002/drivers/media/pci
Arnd Bergmann 492b183bd7 media: ngene: avoid unused variable warning
The newly added pdev variable is only used in an #ifdef, causing a
build warning without CONFIG_PCI_MSI, unless we move the declaration
inside the same #ifdef:

drivers/media/pci/ngene/ngene-core.c: In function 'ngene_start':
drivers/media/pci/ngene/ngene-core.c:1328:17: error: unused variable 'pdev' [-Werror=unused-variable]

Fixes: 6795bf6264 ("media: ngene: convert kernellog printing from printk() to dev_*() macros")

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Daniel Scheller <d.scheller@gmx.net>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2018-03-22 06:17:40 -04:00
..
b2c2
bt8xx
cobalt
cx18 media: s5h14*.h: fix typos for CONTINUOUS 2018-03-06 05:15:02 -05:00
cx88 media: add tuner standby op, use where needed 2018-03-21 12:05:39 -04:00
cx23885 media: add tuner standby op, use where needed 2018-03-21 12:05:39 -04:00
cx25821
ddbridge media: ddbridge: use common DVB I2C client handling helpers 2018-03-08 06:06:51 -05:00
dm1105
dt3155
intel
ivtv
mantis media: mantis: remove mantis_vp3028.c/mantis_vp3028.h 2018-03-06 08:21:35 -05:00
meye
netup_unidvb
ngene media: ngene: avoid unused variable warning 2018-03-22 06:17:40 -04:00
pluto2
pt1
pt3
saa7134 media: add tuner standby op, use where needed 2018-03-21 12:05:39 -04:00
saa7146
saa7164 media: s5h14*.h: fix typos for CONTINUOUS 2018-03-06 05:15:02 -05:00
smipcie
solo6x10
sta2x11
ttpci media: ttpci: improve printing of encoded MAC address 2018-03-22 06:16:23 -04:00
tw68
tw686x
tw5864
zoran
Kconfig
Makefile