Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 357083
b: refs/heads/master
c: 37e310e
h: refs/heads/master
i:
  357081: 3f4888f
  357079: 68221c2
v: v3
  • Loading branch information
Peter Senna Tschudin authored and Mauro Carvalho Chehab committed Dec 21, 2012
1 parent fa64d70 commit ad1cc69
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 832fbb5aec6ec877ed9273a0b20520e3dc0b23b3
refs/heads/master: 37e310edf3f6090eb118b7fcafd00221c290ac6b
3 changes: 3 additions & 0 deletions trunk/drivers/media/pci/saa7134/saa7134-dvb.c
Original file line number Diff line number Diff line change
Expand Up @@ -607,6 +607,9 @@ static int configure_tda827x_fe(struct saa7134_dev *dev,
/* Get the first frontend */
fe0 = videobuf_dvb_get_frontend(&dev->frontends, 1);

if (!fe0)
return -EINVAL;

fe0->dvb.frontend = dvb_attach(tda10046_attach, cdec_conf, &dev->i2c_adap);
if (fe0->dvb.frontend) {
if (cdec_conf->i2c_gate)
Expand Down

0 comments on commit ad1cc69

Please sign in to comment.