]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
media: solo6x10: hide unused variable
authorArnd Bergmann <arnd@arndb.de>
Fri, 15 Sep 2017 19:52:04 +0000 (15:52 -0400)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 8 Dec 2017 15:04:57 +0000 (10:04 -0500)
commitd259f91c0efb3896daadc1cd0c5207e5c81cb6b7
treea13d835eba12ee25732fd32ab25afbef2cbdd4d2
parent06ac35e52ba7d934501a37c308c1b0163c706dbf
media: solo6x10: hide unused variable

When building without CONFIG_GPIOLIB, we get a harmless
warning about an unused variable:

drivers/media/pci/solo6x10/solo6x10-gpio.c: In function 'solo_gpio_init':
drivers/media/pci/solo6x10/solo6x10-gpio.c:165:6: error: unused variable 'ret' [-Werror=unused-variable]

This adds another #ifdef around the declaration.

Fixes: d3202d1981dc ("media: solo6x10: export hardware GPIO pins 8:31 to gpiolib interface")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Ismael Luceno <ismael@iodev.co.uk>
Acked-by: Anton Sviridenko <anton@corp.bluecherry.net>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/pci/solo6x10/solo6x10-gpio.c