Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 57535
b: refs/heads/master
c: ffeb9ec
h: refs/heads/master
i:
  57533: 0e7e320
  57531: 6b4be4f
  57527: 0089895
  57519: 3056145
  57503: 4e800dc
  57471: e52d192
v: v3
  • Loading branch information
Andrew Morton authored and Mauro Carvalho Chehab committed Jun 8, 2007
1 parent a269eed commit b17c0d0
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 624fc7f52b48f69fd9d1fe7a594c211762c89825
refs/heads/master: ffeb9ec72e18e16d0b0835d959cdf01650758638
3 changes: 1 addition & 2 deletions trunk/drivers/media/dvb/cinergyT2/cinergyT2.c
Original file line number Diff line number Diff line change
Expand Up @@ -519,8 +519,7 @@ static int cinergyt2_release (struct inode *inode, struct file *file)
struct dvb_device *dvbdev = file->private_data;
struct cinergyt2 *cinergyt2 = dvbdev->priv;

if (mutex_lock_interruptible(&cinergyt2->sem))
return -ERESTARTSYS;
mutex_lock(&cinergyt2->sem);

if (!cinergyt2->disconnect_pending && (file->f_flags & O_ACCMODE) != O_RDONLY) {
cancel_delayed_work(&cinergyt2->query_work);
Expand Down

0 comments on commit b17c0d0

Please sign in to comment.