commit | 20aa99bbddae74bded68338f9ba200ccae02858b | [log] [tgz] |
---|---|---|
author | Anton Protopopov <a.s.protopopov@gmail.com> | Thu Feb 11 08:35:15 2016 +0200 |
committer | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | Mon Feb 15 13:38:31 2016 +0200 |
tree | 2d3b32931b9cc5147b4131859894aeca4bc63216 | |
parent | a6bd005fe92dc1cc808c4c6aa43e3b2a8272bbfa [diff] |
iwlwifi: pcie: fix erroneous return value The iwl_trans_pcie_start_fw() function may return the positive value EIO instead of -EIO in case of error. Signed-off-by: Anton Protopopov <a.s.protopopov@gmail.com> Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>