Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 30049
b: refs/heads/master
c: 77e0be1
h: refs/heads/master
i:
  30047: 14fd0cc
v: v3
  • Loading branch information
Sigmund Augdal Helberg authored and Mauro Carvalho Chehab committed Jun 25, 2006
1 parent 94568df commit 4ff09d7
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: b32474cb8341bb828f2c2800d5dd615b7cd02182
refs/heads/master: 77e0be12100a3d40abfa46ef54c323b6cfff41ed
5 changes: 5 additions & 0 deletions trunk/drivers/media/dvb/bt8xx/bt878.c
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,11 @@ static int __devinit bt878_probe(struct pci_dev *dev,

printk(KERN_INFO "bt878: Bt878 AUDIO function found (%d).\n",
bt878_num);
if (bt878_num >= BT878_MAX) {
printk(KERN_ERR "bt878: Too many devices inserted\n");
result = -ENOMEM;
goto fail0;
}
if (pci_enable_device(dev))
return -EIO;

Expand Down

0 comments on commit 4ff09d7

Please sign in to comment.