commit | 8edf3fd6eb0649b0f19363baf23bca39c6fbdba4 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Tue May 28 21:32:47 2013 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Tue Jun 04 13:12:07 2013 +0200 |
tree | fc54b2e15e868fe317ae2a0a0b7c1b712c6ebf06 | |
parent | a87783699b23395c46bbeeb5d28f6db24897bf26 [diff] |
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>