commit | 54f3f994e9964466855e11068c0f7d952d58b260 | [log] [tgz] |
---|---|---|
author | Shahar S Matityahu <shahar.s.matityahu@intel.com> | Mon Aug 20 17:16:21 2018 +0300 |
committer | Luca Coelho <luciano.coelho@intel.com> | Thu Nov 15 23:50:59 2018 +0200 |
tree | 0147020fa25e49eb2ce135978f8d3dfcf5bc3f9b | |
parent | 82715ac71e6b94a2c2136e31f3a8e6748e33aa8c [diff] |
iwlwifi: fix D3 debug data buffer memory leak If the driver is unloaded when D3 debug data pulling is enabled but not triggered, it doesn't release the data buffer. Fix this by adding iwl_fw_runtime_free and calling it from the relevant places. Fixes: 2d8c261511ab ("iwlwifi: add d3 debug data support") Signed-off-by: Shahar S Matityahu <shahar.s.matityahu@intel.com> Signed-off-by: Luca Coelho <luciano.coelho@intel.com>