[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 6037b3ca28
("[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>
This commit is contained in:
@@ -100,7 +100,7 @@ struct tveeprom {
|
||||
* contain 256 bytes filled with the contents of the
|
||||
* eeprom read from the Hauppauge device.
|
||||
*/
|
||||
void tveeprom_hauppauge_analog(struct i2c_client *c, struct tveeprom *tvee,
|
||||
void tveeprom_hauppauge_analog(struct tveeprom *tvee,
|
||||
unsigned char *eeprom_data);
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user