Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 65802
b: refs/heads/master
c: 0c12c1b
h: refs/heads/master
v: v3
  • Loading branch information
Marco Schluessler authored and Mauro Carvalho Chehab committed Oct 10, 2007
1 parent 9192533 commit e77653f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: d9bf2c037754f1493323829048d6210602712a43
refs/heads/master: 0c12c1bfc432477e38ba76f680be4b3f55112a8e
4 changes: 2 additions & 2 deletions trunk/drivers/media/dvb/dvb-core/dvb_ca_en50221.c
Original file line number Diff line number Diff line change
Expand Up @@ -1569,7 +1569,7 @@ static int dvb_ca_en50221_io_release(struct inode *inode, struct file *file)
{
struct dvb_device *dvbdev = file->private_data;
struct dvb_ca_private *ca = dvbdev->priv;
int err = 0;
int err;

dprintk("%s\n", __FUNCTION__);

Expand All @@ -1581,7 +1581,7 @@ static int dvb_ca_en50221_io_release(struct inode *inode, struct file *file)

module_put(ca->pub->owner);

return 0;
return err;
}


Expand Down

0 comments on commit e77653f

Please sign in to comment.