diff options
Diffstat (limited to 'drivers/media/video/cx23885/cx23885-cards.c')
-rw-r--r-- | drivers/media/video/cx23885/cx23885-cards.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/cx23885/cx23885-cards.c b/drivers/media/video/cx23885/cx23885-cards.c index ccea8de7c7dc..2cda15f829fd 100644 --- a/drivers/media/video/cx23885/cx23885-cards.c +++ b/drivers/media/video/cx23885/cx23885-cards.c | |||
@@ -337,7 +337,7 @@ static void hauppauge_eeprom(struct cx23885_dev *dev, u8 *eeprom_data) | |||
337 | dev->name, tv.model); | 337 | dev->name, tv.model); |
338 | } | 338 | } |
339 | 339 | ||
340 | int cx23885_tuner_callback(void *priv, int command, int arg) | 340 | int cx23885_tuner_callback(void *priv, int component, int command, int arg) |
341 | { | 341 | { |
342 | struct cx23885_tsport *port = priv; | 342 | struct cx23885_tsport *port = priv; |
343 | struct cx23885_dev *dev = port->dev; | 343 | struct cx23885_dev *dev = port->dev; |