Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 92417
b: refs/heads/master
c: c4a3ce1
h: refs/heads/master
i:
  92415: e2d8c90
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Apr 24, 2008
1 parent 2c96bce commit caa7e67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8cd7bf333671196e191bda62907b3b26e21da395
refs/heads/master: c4a3ce1cd0c0ac394d1d56d8e0980b6836661341
4 changes: 2 additions & 2 deletions trunk/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 caa7e67

Please sign in to comment.