Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 65961
b: refs/heads/master
c: 3abff55
h: refs/heads/master
i:
  65959: dc44181
v: v3
  • Loading branch information
Jiri Slaby authored and Mauro Carvalho Chehab committed Oct 10, 2007
1 parent e1ac7bb commit 7139dfc
Show file tree
Hide file tree
Showing 2 changed files with 2 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: acd827d63a568a2cfa26ae8e6093b098c91c631b
refs/heads/master: 3abff557d5eed7d6fd03aa11353a1c0f329cac2b
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/w9968cf.c
Original file line number Diff line number Diff line change
Expand Up @@ -2679,7 +2679,7 @@ static int w9968cf_open(struct inode* inode, struct file* filp)

/* This the only safe way to prevent race conditions with disconnect */
if (!down_read_trylock(&w9968cf_disconnect))
return -ERESTARTSYS;
return -EAGAIN;

cam = (struct w9968cf_device*)video_get_drvdata(video_devdata(filp));

Expand Down

0 comments on commit 7139dfc

Please sign in to comment.