Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 761
b: refs/heads/master
c: 1622c3f
h: refs/heads/master
i:
  759: 762fedf
v: v3
  • Loading branch information
Gerd Knorr authored and Linus Torvalds committed May 1, 2005
1 parent 2a3c960 commit fdc87bc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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: f8e08a8466c4ac5f61b4bdb6338fd97eedb9c9e8
refs/heads/master: 1622c3fcf4c1c6c8267938f366ecd2a348d67d93
10 changes: 5 additions & 5 deletions trunk/drivers/media/video/cx88/cx88-dvb.c
Original file line number Diff line number Diff line change
Expand Up @@ -243,10 +243,8 @@ static int dvb_register(struct cx8802_dev *dev)
break;
#endif
default:
printk("%s: The frontend of your DVB/ATSC card isn't supported yet\n"
"%s: you might want to look out for patches here:\n"
"%s: http://dl.bytesex.org/patches/\n",
dev->core->name, dev->core->name, dev->core->name);
printk("%s: The frontend of your DVB/ATSC card isn't supported yet\n",
dev->core->name);
break;
}
if (NULL == dev->dvb.frontend) {
Expand Down Expand Up @@ -308,9 +306,11 @@ static int __devinit dvb_probe(struct pci_dev *pci_dev,
dev);
err = dvb_register(dev);
if (0 != err)
goto fail_free;
goto fail_fini;
return 0;

fail_fini:
cx8802_fini_common(dev);
fail_free:
kfree(dev);
fail_core:
Expand Down

0 comments on commit fdc87bc

Please sign in to comment.