From: Johannes Berg Date: Thu, 4 Apr 2013 08:35:23 +0000 (+0200) Subject: iwlwifi: print warning on request_module failure X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~65^2~43^2^2~97^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1618b2b02a3a0ee7a6863fed4b0d22e697e7e97c;p=pandora-kernel.git 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 Signed-off-by: Johannes Berg --- Reading git-diff-tree failed