diff options
Diffstat (limited to 'drivers/media/video/w9968cf.c')
-rw-r--r-- | drivers/media/video/w9968cf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/w9968cf.c b/drivers/media/video/w9968cf.c index 77599f228b61..5a1b5f5a7d46 100644 --- a/drivers/media/video/w9968cf.c +++ b/drivers/media/video/w9968cf.c | |||
@@ -2679,7 +2679,7 @@ static int w9968cf_open(struct inode* inode, struct file* filp) | |||
2679 | 2679 | ||
2680 | /* This the only safe way to prevent race conditions with disconnect */ | 2680 | /* This the only safe way to prevent race conditions with disconnect */ |
2681 | if (!down_read_trylock(&w9968cf_disconnect)) | 2681 | if (!down_read_trylock(&w9968cf_disconnect)) |
2682 | return -ERESTARTSYS; | 2682 | return -EAGAIN; |
2683 | 2683 | ||
2684 | cam = (struct w9968cf_device*)video_get_drvdata(video_devdata(filp)); | 2684 | cam = (struct w9968cf_device*)video_get_drvdata(video_devdata(filp)); |
2685 | 2685 | ||