commit | b808ab16a9c99c00e3d8c3b351977fce62781dd0 | [log] [tgz] |
---|---|---|
author | Cyrill Gorcunov <gorcunov@gmail.com> | Thu Dec 13 15:52:11 2007 -0800 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Dec 17 17:01:39 2007 -0500 |
tree | 7005de517244926a3aac5f18a4df38f80063839c | |
parent | 2ef19e63e698d740661e04bd6d62ac3305435c61 [diff] [blame] |
ieee80211_rate: missed unlock Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>
diff --git a/net/mac80211/ieee80211_rate.c b/net/mac80211/ieee80211_rate.c index 7254bd6..3260a4a 100644 --- a/net/mac80211/ieee80211_rate.c +++ b/net/mac80211/ieee80211_rate.c
@@ -33,6 +33,7 @@ if (!strcmp(alg->ops->name, ops->name)) { /* don't register an algorithm twice */ WARN_ON(1); + mutex_unlock(&rate_ctrl_mutex); return -EALREADY; } }