From: Emmanuel Grumbach Date: Fri, 17 Feb 2012 18:34:53 +0000 (-0800) Subject: iwlwifi: kill iwl_down and s/__iwl_down/iwl_down X-Git-Tag: v3.4-rc1~177^2~108^2~39^2~76^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78e5a464320338a90b0367ab9cc58029393a9824;p=pandora-kernel.git iwlwifi: kill iwl_down and s/__iwl_down/iwl_down 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 Signed-off-by: Wey-Yi Guy --- Reading git-diff-tree failed