Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 65962
b: refs/heads/master
c: c3e2a8e
h: refs/heads/master
v: v3
  • Loading branch information
Jiri Slaby authored and Mauro Carvalho Chehab committed Oct 10, 2007
1 parent 7139dfc commit 30124aa
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: 3abff557d5eed7d6fd03aa11353a1c0f329cac2b
refs/heads/master: c3e2a8e64cb2282a406ff6e63f7bd09eb6f61a1d
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/zc0301/zc0301_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ static int zc0301_open(struct inode* inode, struct file* filp)
int err = 0;

if (!down_read_trylock(&zc0301_dev_lock))
return -ERESTARTSYS;
return -EAGAIN;

cam = video_get_drvdata(video_devdata(filp));

Expand Down

0 comments on commit 30124aa

Please sign in to comment.