Skip to content

Commit

Permalink
V4L/DVB (7270): cx88-dvb: Renames pci_nano callback
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mauro Carvalho Chehab committed Apr 24, 2008
1 parent 8cd7bf3 commit c4a3ce1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/media/video/cx88/cx88-dvb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit c4a3ce1

Please sign in to comment.