]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
[media] tveeprom: get rid of unused arg on tveeprom_hauppauge_analog()
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 3 Mar 2017 10:28:29 +0000 (07:28 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 3 Mar 2017 10:35:02 +0000 (07:35 -0300)
commit446aba663b8240b24202cb8902b0d5c8f91aa3da
tree4488e2b1d72a206aa46a366f977edda2a7cd6897
parent3406e89ae11407187596f5a2c2c156bc0fa87713
[media] tveeprom: get rid of unused arg on tveeprom_hauppauge_analog()

tveeprom_hauppauge_analog() used to need the I2C adapter in
order to print debug messages. As it now uses pr_foo() facilities
since commit 6037b3ca28f4 ("[media] tveeprom: print log messages
using pr_foo()"), the first argument of the function is not
needed anymore.

So, get rid of it.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
14 files changed:
drivers/media/common/tveeprom.c
drivers/media/pci/bt8xx/bttv-cards.c
drivers/media/pci/cx18/cx18-driver.c
drivers/media/pci/cx23885/cx23885-cards.c
drivers/media/pci/cx88/cx88-cards.c
drivers/media/pci/ivtv/ivtv-driver.c
drivers/media/pci/saa7134/saa7134-cards.c
drivers/media/pci/saa7164/saa7164-cards.c
drivers/media/usb/au0828/au0828-cards.c
drivers/media/usb/cx231xx/cx231xx-cards.c
drivers/media/usb/dvb-usb-v2/mxl111sf.c
drivers/media/usb/em28xx/em28xx-cards.c
drivers/media/usb/pvrusb2/pvrusb2-eeprom.c
include/media/tveeprom.h