summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx88
diff options
context:
space:
mode:
authorMauro Carvalho Chehab2008-04-22 19:45:31 +0200
committerMauro Carvalho Chehab2008-04-24 19:07:45 +0200
commitc4a3ce1cd0c0ac394d1d56d8e0980b6836661341 (patch)
treefda2f19b42cdeed093a3955885aaa35efeb2ff1b /drivers/media/video/cx88
parentV4L/DVB (7269): cx88: Powercolor Angel works only with firmware version 2.5 (diff)
downloadkernel-qcow2-linux-c4a3ce1cd0c0ac394d1d56d8e0980b6836661341.tar.gz
kernel-qcow2-linux-c4a3ce1cd0c0ac394d1d56d8e0980b6836661341.tar.xz
kernel-qcow2-linux-c4a3ce1cd0c0ac394d1d56d8e0980b6836661341.zip
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')
-rw-r--r--drivers/media/video/cx88/cx88-dvb.c4
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,
return 0;
}
-static int cx88_xc3028_callback(void *ptr, int command, int arg)
+static int cx88_pci_nano_callback(void *ptr, int command, int arg)
{
struct cx88_core *core = ptr;
@@ -774,7 +774,7 @@ static int dvb_register(struct cx8802_dev *dev)
.i2c_adap = &dev->core->i2c_adap,
.i2c_addr = 0x61,
.video_dev = dev->core,
- .callback = cx88_xc3028_callback,
+ .callback = cx88_pci_nano_callback,
};
static struct xc2028_ctrl ctl = {
.fname = "xc3028-v27.fw",