Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 92501
b: refs/heads/master
c: 50407f9
h: refs/heads/master
i:
  92499: ebf5f3d
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Apr 24, 2008
1 parent f633c8c commit c4c32fa
Show file tree
Hide file tree
Showing 3 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: a920e42f61bdfe9974f3e2f3715d3a6d319eeaba
refs/heads/master: 50407f99a1fd7fcca74e53b1852dc70deb5114db
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/cx88/cx88-dvb.c
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ static int attach_xc3028(u8 addr, struct cx8802_dev *dev)
struct xc2028_config cfg = {
.i2c_adap = &dev->core->i2c_adap,
.i2c_addr = addr,
.video_dev = dev->core,
.video_dev = dev->core->i2c_adap.algo_data,
};

if (!dev->dvb.frontend) {
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/saa7134/saa7134-dvb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1166,7 +1166,7 @@ static int dvb_init(struct saa7134_dev *dev)
struct xc2028_config cfg = {
.i2c_adap = &dev->i2c_adap,
.i2c_addr = 0x61,
.video_dev = dev,
.video_dev = dev->i2c_adap.algo_data,
};
fe = dvb_attach(xc2028_attach, dev->dvb.frontend, &cfg);
if (!fe) {
Expand Down

0 comments on commit c4c32fa

Please sign in to comment.