diff options
| -rw-r--r-- | drivers/media/video/cx88/cx88-blackbird.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/cx88/cx88-blackbird.c b/drivers/media/video/cx88/cx88-blackbird.c index 6b922066a660..9a1374a38ec7 100644 --- a/drivers/media/video/cx88/cx88-blackbird.c +++ b/drivers/media/video/cx88/cx88-blackbird.c | |||
| @@ -1070,7 +1070,6 @@ static int mpeg_open(struct inode *inode, struct file *file) | |||
| 1070 | err = drv->request_acquire(drv); | 1070 | err = drv->request_acquire(drv); |
| 1071 | if(err != 0) { | 1071 | if(err != 0) { |
| 1072 | dprintk(1,"%s: Unable to acquire hardware, %d\n", __func__, err); | 1072 | dprintk(1,"%s: Unable to acquire hardware, %d\n", __func__, err); |
| 1073 | unlock_kernel(); | ||
| 1074 | return err; | 1073 | return err; |
| 1075 | } | 1074 | } |
| 1076 | } | 1075 | } |
