]> git.baikalelectronics.ru Git - kernel.git/commit
iwlwifi: don't print module loading error if not modular
authorJohannes Berg <johannes.berg@intel.com>
Tue, 28 May 2013 19:32:47 +0000 (21:32 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 4 Jun 2013 11:12:07 +0000 (13:12 +0200)
commit0ab4f09687c6a2fad473999660ac485a16431714
treefc54b2e15e868fe317ae2a0a0b7c1b712c6ebf06
parentbe214e7221d0ba4b5a4a0e2ac3cbe67def32f7a6
iwlwifi: don't print module loading error if not modular

If the opmode modules aren't modular, there's no point in
printing an error message that request_module() failed.
This will happen because the probe runs during iwlwifi's
init and the opmode is only added during its init.

Reported-by: Jörg Otte <jrg.otte@gmail.com>
Reviewed-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
drivers/net/wireless/iwlwifi/iwl-drv.c