Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 125537
b: refs/heads/master
c: b0c4be8
h: refs/heads/master
i:
  125535: 5e37b6a
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Jan 2, 2009
1 parent d002c52 commit 3ee2733
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 47aeba5addd88b178438ba9000600b9844ca0ee1
refs/heads/master: b0c4be8cffb3f466759ddf621a74a10093537521
6 changes: 3 additions & 3 deletions trunk/drivers/media/video/saa7134/saa7134-dvb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1366,11 +1366,11 @@ static int dvb_init(struct saa7134_dev *dev)
goto dettach_frontend;
break;
case SAA7134_BOARD_BEHOLD_H6:
dev->dvb.frontend = dvb_attach(zl10353_attach,
fe0->dvb.frontend = dvb_attach(zl10353_attach,
&behold_h6_config,
&dev->i2c_adap);
if (dev->dvb.frontend) {
dvb_attach(simple_tuner_attach, dev->dvb.frontend,
if (fe0->dvb.frontend) {
dvb_attach(simple_tuner_attach, fe0->dvb.frontend,
&dev->i2c_adap, 0x61,
TUNER_PHILIPS_FMD1216ME_MK3);
}
Expand Down

0 comments on commit 3ee2733

Please sign in to comment.