cfg80211/mac80211: use lockdep_assert_held
authorJohannes Berg <johannes.berg@intel.com>
Wed, 15 Sep 2010 11:28:15 +0000 (13:28 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 16 Sep 2010 19:46:00 +0000 (15:46 -0400)
Instead of using a WARN_ON(!mutex_is_locked())
use lockdep_assert_held() which compiles away
completely when lockdep isn't enabled, and
also is a more accurate assertion since it
checks that the current thread is holding the
mutex.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

No differences found