diff options
author | Joe Perches <joe@perches.com> | 2010-11-15 00:04:28 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-12-29 08:16:56 -0200 |
commit | b1dc614a81258eb7ff482892e7bc894f1089c144 (patch) | |
tree | 2987bbb56ab369fecae9b157a1c39c4fa12482d8 /drivers/media/video/cx88/cx88-blackbird.c | |
parent | a363436396ad68509db4513c886055cc067a184c (diff) | |
download | kernel-common-b1dc614a81258eb7ff482892e7bc894f1089c144.tar.gz kernel-common-b1dc614a81258eb7ff482892e7bc894f1089c144.tar.bz2 kernel-common-b1dc614a81258eb7ff482892e7bc894f1089c144.zip |
[media] drivers/media/video: Remove unnecessary semicolons
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/cx88/cx88-blackbird.c')
-rw-r--r-- | drivers/media/video/cx88/cx88-blackbird.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/cx88/cx88-blackbird.c b/drivers/media/video/cx88/cx88-blackbird.c index d7c94848249e..bca307eb1e24 100644 --- a/drivers/media/video/cx88/cx88-blackbird.c +++ b/drivers/media/video/cx88/cx88-blackbird.c @@ -1064,7 +1064,7 @@ static int mpeg_open(struct file *file) err = drv->request_acquire(drv); if(err != 0) { dprintk(1,"%s: Unable to acquire hardware, %d\n", __func__, err); - mutex_unlock(&dev->core->lock);; + mutex_unlock(&dev->core->lock); return err; } } |