commit | 80de4321a65c680dd7ce0138d88dc96e0d2a18fb | [log] [tgz] |
---|---|---|
author | Eliad Peller <eliadx.peller@intel.com> | Thu Jul 30 16:53:27 2015 +0300 |
committer | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | Sun Aug 16 10:14:31 2015 +0300 |
tree | 4c558dfd7bae315d8ea55db84c6bece96dfddbbe | |
parent | b084a35663c3f1f7de1c45c4ae3006864c940fe7 [diff] |
iwlwifi: make sure d3_suspend/resume ops exist We added calls to d3_suspend/resume trans ops during the suspend/resume flow. However, the wrapper code didn't verify the trans ops were actually defined, resulting in panic when they were not (such as in the case of sdio trans) Fixes: 6dfb36c89dc2 ("iwlwifi: call d3_suspend/resume in d0i3 case as well") Signed-off-by: Eliad Peller <eliadx.peller@intel.com> Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>