Fix this warning:

/home/nicola/v4l-dvb/v4l/radio-si470x.c: In function 'si470x_fops_release':
/home/nicola/v4l-dvb/v4l/radio-si470x.c:1218: warning: label 'unlock' defined 
but not used

Priority: normal

Signed-off-by: Nicola Soranzo <nsora...@tiscali.it>

---
diff -r 83712d149893 -r 97be9e920832 linux/drivers/media/radio/radio-si470x.c
--- a/linux/drivers/media/radio/radio-si470x.c  Wed Apr 29 18:01:48 2009 -0300
+++ b/linux/drivers/media/radio/radio-si470x.c  Thu Apr 30 16:10:24 2009 +0200
@@ -1214,8 +1214,6 @@
                retval = si470x_stop(radio);
                usb_autopm_put_interface(radio->intf);
        }
-
-unlock:
        mutex_unlock(&radio->disconnect_lock);
 
 done:

--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to