diff options
Diffstat (limited to 'drivers/media/video/cx88')
-rw-r--r-- | drivers/media/video/cx88/cx88-dvb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/cx88/cx88-dvb.c b/drivers/media/video/cx88/cx88-dvb.c index 59180cab0a85..cf6b9b05f496 100644 --- a/drivers/media/video/cx88/cx88-dvb.c +++ b/drivers/media/video/cx88/cx88-dvb.c | |||
@@ -372,7 +372,7 @@ static int geniatech_dvbs_set_voltage(struct dvb_frontend *fe, | |||
372 | return 0; | 372 | return 0; |
373 | } | 373 | } |
374 | 374 | ||
375 | static int cx88_xc3028_callback(void *ptr, int command, int arg) | 375 | static int cx88_pci_nano_callback(void *ptr, int command, int arg) |
376 | { | 376 | { |
377 | struct cx88_core *core = ptr; | 377 | struct cx88_core *core = ptr; |
378 | 378 | ||
@@ -774,7 +774,7 @@ static int dvb_register(struct cx8802_dev *dev) | |||
774 | .i2c_adap = &dev->core->i2c_adap, | 774 | .i2c_adap = &dev->core->i2c_adap, |
775 | .i2c_addr = 0x61, | 775 | .i2c_addr = 0x61, |
776 | .video_dev = dev->core, | 776 | .video_dev = dev->core, |
777 | .callback = cx88_xc3028_callback, | 777 | .callback = cx88_pci_nano_callback, |
778 | }; | 778 | }; |
779 | static struct xc2028_ctrl ctl = { | 779 | static struct xc2028_ctrl ctl = { |
780 | .fname = "xc3028-v27.fw", | 780 | .fname = "xc3028-v27.fw", |