]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
V4L/DVB (11663): Fix a warning introduced by git commit ec5f5bf80501abfe2da2897cfcde8...
authorMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 5 May 2009 09:39:21 +0000 (06:39 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 16 Jun 2009 21:20:50 +0000 (18:20 -0300)
/home/v4l/master/v4l/radio-si470x.c: In function 'si470x_fops_release':
/home/v4l/master/v4l/radio-si470x.c:1218: warning: label 'unlock' defined but not used

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/radio/radio-si470x.c

index bd945d04dc90cb095e9550c6572aeb32502c2792..640421ceb24a2a48918b1692367c5394c6fd7968 100644 (file)
@@ -1214,7 +1214,6 @@ static int si470x_fops_release(struct file *file)
                usb_autopm_put_interface(radio->intf);
        }
 
-unlock:
        mutex_unlock(&radio->disconnect_lock);
 
 done: