commit | 1618b2b02a3a0ee7a6863fed4b0d22e697e7e97c | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Thu Apr 04 10:35:23 2013 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Mon Apr 08 13:30:45 2013 +0200 |
tree | 2ab057a6879ac407f6e021551d358e43a0f60071 | |
parent | d37cac98aba4a5c96142eab71785967feb73022f [diff] |
iwlwifi: print warning on request_module failure If request_module() failed then we didn't have the correct opmode module that the driver needs to function, so print a warning in this case to make it more obvious what could be wrong. This still won't catch the case where the module simply doesn't exist because it wasn't compiled though. Reviewed-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>