iwlwifi: kill iwl_down and s/__iwl_down/iwl_down
authorEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Fri, 17 Feb 2012 18:34:53 +0000 (10:34 -0800)
committerWey-Yi Guy <wey-yi.w.guy@intel.com>
Fri, 17 Feb 2012 18:36:39 +0000 (10:36 -0800)
iwl_down was just a wrapper around __iwl_down which was called from
one place only. Replace it to direct call to iwl_down. Add lockdep
warning in iwl_down to ensure it was called with the mutex held.

Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>

No differences found