From: Jiri Slaby Date: Wed, 7 Jul 2010 13:02:46 +0000 (+0200) Subject: NET: nl80211, fix lock imbalance and netdev referencing X-Git-Tag: v2.6.36-rc1~571^2~107^2~95 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60ea385ff279a18790a432d57a8302562aaa0f8d;p=pandora-kernel.git NET: nl80211, fix lock imbalance and netdev referencing Stanse found that nl80211_set_wiphy imporperly handles a lock and netdev reference and contains unreachable code. It is because there return statement isntead of assignment to result variable. Fix that. Signed-off-by: Jiri Slaby Cc: Johannes Berg Cc: "John W. Linville" Cc: "David S. Miller" Cc: Jouni Malinen Cc: Samuel Ortiz Cc: linux-wireless@vger.kernel.org Cc: netdev@vger.kernel.org Signed-off-by: John W. Linville --- Reading git-diff-tree failed