diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-22 13:45:31 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-24 13:07:45 -0400 |
commit | c4a3ce1cd0c0ac394d1d56d8e0980b6836661341 (patch) | |
tree | fda2f19b42cdeed093a3955885aaa35efeb2ff1b /drivers/media/video/cx88/cx88-dvb.c | |
parent | 8cd7bf333671196e191bda62907b3b26e21da395 (diff) |
V4L/DVB (7270): cx88-dvb: Renames pci_nano callback
This callback is specific to pci_nano, since supports only dvb. Renames it
to avoid future mistakes.
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/cx88/cx88-dvb.c')
-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", |