]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[PATCH] softmac: Fix compiler-warning
authorRichard Knutsson <ricknu-0@student.ltu.se>
Mon, 1 Oct 2007 00:24:38 +0000 (02:24 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 2 Oct 2007 23:41:33 +0000 (19:41 -0400)
  CC      net/ieee80211/softmac/ieee80211softmac_wx.o
/home/kernel/src/net/ieee80211/softmac/ieee80211softmac_wx.c: In function â\80\98ieee80211softmac_wx_set_essidâ\80\99:
/home/kernel/src/net/ieee80211/softmac/ieee80211softmac_wx.c:117: warning: label â\80\98outâ\80\99 defined but not used

due to commit: efe870f9f4ad74410a18ecbf0d9ba7c14b50a0fb. Removing the label.

Signed-off-by: Richard Knutsson <ricknu-0@student.ltu.se>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/ieee80211/softmac/ieee80211softmac_wx.c

index 442b9875f3fb84acfe9b0577bfc4869944ee0c79..5742dc803b796af7423f36cf871ce60e74fe62fc 100644 (file)
@@ -114,7 +114,7 @@ check_assoc_again:
        sm->associnfo.associating = 1;
        /* queue lower level code to do work (if necessary) */
        schedule_delayed_work(&sm->associnfo.work, 0);
-out:
+
        mutex_unlock(&sm->associnfo.mutex);
 
        return 0;