commit | 446aba663b8240b24202cb8902b0d5c8f91aa3da | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Fri Mar 03 07:28:29 2017 -0300 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Fri Mar 03 07:35:02 2017 -0300 |
tree | 4488e2b1d72a206aa46a366f977edda2a7cd6897 | |
parent | 3406e89ae11407187596f5a2c2c156bc0fa87713 [diff] |
[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>