From: Johannes Berg Date: Tue, 28 May 2013 19:32:47 +0000 (+0200) Subject: iwlwifi: don't print module loading error if not modular X-Git-Tag: v3.10~13^2~34^2~5^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8edf3fd6eb0649b0f19363baf23bca39c6fbdba4;p=pandora-kernel.git 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 Reviewed-by: Emmanuel Grumbach Signed-off-by: Johannes Berg --- Reading git-diff-tree failed