Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 118702
b: refs/heads/master
c: 0e8bac9
h: refs/heads/master
v: v3
  • Loading branch information
Matthias Schwarzott authored and Mauro Carvalho Chehab committed Nov 11, 2008
1 parent aa26abc commit 064e8e1
Show file tree
Hide file tree
Showing 2 changed files with 6 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: d522af581c6abd0e064278345ca638b0553a93fa
refs/heads/master: 0e8bac9791b1539b72b8049b18218eb762d94d71
5 changes: 5 additions & 0 deletions trunk/drivers/media/video/cx88/cx88-dvb.c
Original file line number Diff line number Diff line change
Expand Up @@ -598,6 +598,11 @@ static int dvb_register(struct cx8802_dev *dev)
struct videobuf_dvb_frontend *fe0, *fe1 = NULL;
int mfe_shared = 0; /* bus not shared by default */

if (0 != core->i2c_rc) {
printk(KERN_ERR "%s/2: no i2c-bus available, cannot attach dvb drivers\n", core->name);
goto frontend_detach;
}

/* Get the first frontend */
fe0 = videobuf_dvb_get_frontend(&dev->frontends, 1);
if (!fe0)
Expand Down

0 comments on commit 064e8e1

Please sign in to comment.