diff options
author | Johannes Berg <johannes.berg@intel.com> | 2017-03-01 00:45:25 +0300 |
---|---|---|
committer | Luca Coelho <luciano.coelho@intel.com> | 2017-04-25 22:50:43 +0300 |
commit | 06a1e85e66bac2b65b4953124b4f1b2c4aebb39f (patch) | |
tree | eb5588118720bd0e6ae2320963d99821f217629f /drivers/net/wireless/intel/iwlwifi/iwl-io.c | |
parent | 53d515ec677a1903bb507b81dc12ae6922846c1b (diff) | |
download | linux-06a1e85e66bac2b65b4953124b4f1b2c4aebb39f.tar.xz |
iwlwifi: remove module loading failure message
When CONFIG_DEBUG_TEST_DRIVER_REMOVE is set, iwlwifi crashes
when the opmode module cannot be loaded, due to completing
the completion before using drv->dev, which can then already
be freed.
Fix this by removing the (fairly useless) message. Moving the
completion later causes a deadlock instead, so that's not an
option.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Diffstat (limited to 'drivers/net/wireless/intel/iwlwifi/iwl-io.c')
0 files changed, 0 insertions, 0 deletions