From: Johannes Berg Date: Tue, 3 Apr 2012 12:45:54 +0000 (+0200) Subject: mac80211: clean up an ieee80211_do_open error path X-Git-Tag: v3.5-rc1~109^2~487^2^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d6c36fa227afc7b76b85ee48e3ef3972fe0ca23;p=pandora-kernel.git mac80211: clean up an ieee80211_do_open error path Eliad's comment prompted me to look closer at the error paths in ieee80211_do_open() and I found one that should use the error labels. Also add a comment about the clear_bit since in many error cases the bit hasn't been set. Cc: Eliad Peller Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed