From patchwork Thu Apr 30 14:16:21 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nicola Soranzo X-Patchwork-Id: 21061 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n3UEGOew031373 for ; Thu, 30 Apr 2009 14:16:25 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754846AbZD3OQS (ORCPT ); Thu, 30 Apr 2009 10:16:18 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757605AbZD3OQR (ORCPT ); Thu, 30 Apr 2009 10:16:17 -0400 Received: from smtp.sissa.it ([147.122.11.135]:54617 "EHLO smtp.sissa.it" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754319AbZD3OQR (ORCPT ); Thu, 30 Apr 2009 10:16:17 -0400 Received: from ozzy.localnet (dhpc-2-40.sissa.it [147.122.2.220]) by smtp.sissa.it (Postfix) with ESMTP id 5C3DB1B480A1 for ; Thu, 30 Apr 2009 16:16:15 +0200 (CEST) From: Nicola Soranzo To: Linux Media Subject: [PATCH] radio_si470x: Drop unused label Date: Thu, 30 Apr 2009 16:16:21 +0200 User-Agent: KMail/1.11.2 (Linux/2.6.27.21-170.2.56.fc10.i686.PAE; KDE/4.2.2; i686; ; ) MIME-Version: 1.0 Content-Disposition: inline Message-Id: <200904301616.23303.nsoranzo@tiscali.it> Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org 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 --- -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html 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: