git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a25a8c
)
mac80211: clean up an ieee80211_do_open error path
author
Johannes Berg
<johannes.berg@intel.com>
Tue, 3 Apr 2012 12:45:54 +0000
(14:45 +0200)
committer
John W. Linville
<linville@tuxdriver.com>
Wed, 11 Apr 2012 20:23:51 +0000
(16:23 -0400)
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 <eliad@wizery.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
No differences found