Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 92459
b: refs/heads/master
c: ddd5441
h: refs/heads/master
i:
  92457: 1a18534
  92455: 7fc43f1
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Apr 24, 2008
1 parent f91fe29 commit 216b4c3
Show file tree
Hide file tree
Showing 2 changed files with 8 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: f0910c744324e3e853d7a80da876784319d9a1c8
refs/heads/master: ddd5441df4127d5af45f6b2c58c2020b60bd52de
7 changes: 7 additions & 0 deletions trunk/drivers/media/video/cx88/cx88-dvb.c
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,13 @@ static int attach_xc3028(u8 addr, struct cx8802_dev *dev)
.video_dev = dev->core,
};

if (!dev->dvb.frontend) {
printk(KERN_ERR "%s/2: dvb frontend not attached. "
"Can't attach xc3028\n",
dev->core->name);
return -EINVAL;
}

fe = dvb_attach(xc2028_attach, dev->dvb.frontend, &cfg);
if (!fe) {
printk(KERN_ERR "%s/2: xc3028 attach failed\n",
Expand Down

0 comments on commit 216b4c3

Please sign in to comment.