Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 65803
b: refs/heads/master
c: 226835d
h: refs/heads/master
i:
  65801: 9192533
  65799: fd22578
v: v3
  • Loading branch information
Marco Schluessler authored and Mauro Carvalho Chehab committed Oct 10, 2007
1 parent e77653f commit 389a53c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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: 0c12c1bfc432477e38ba76f680be4b3f55112a8e
refs/heads/master: 226835d7e0a1136bce2a0b923e0832ab47450a30
4 changes: 3 additions & 1 deletion trunk/drivers/media/dvb/dvb-core/dvb_ca_en50221.c
Original file line number Diff line number Diff line change
Expand Up @@ -1535,8 +1535,10 @@ static int dvb_ca_en50221_io_open(struct inode *inode, struct file *file)
return -EIO;

err = dvb_generic_open(inode, file);
if (err < 0)
if (err < 0) {
module_put(ca->pub->owner);
return err;
}

for (i = 0; i < ca->slot_count; i++) {

Expand Down

0 comments on commit 389a53c

Please sign in to comment.