[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)
commitee0a8169b693e1c708d0f9af0a5e4ade65a65439
tree81eb97c7973846eee82d54897c6e0c72f4a7d259
parent4365e99f9587b94010e9818a4237ce2b1c734e91
[PATCH] softmac: Fix compiler-warning

  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