From: Eliad Peller Date: Thu, 30 Jul 2015 13:53:27 +0000 (+0300) Subject: iwlwifi: make sure d3_suspend/resume ops exist X-Git-Tag: omap-for-v4.3/fixes-rc1~110^2~124^2^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80de4321a65c680dd7ce0138d88dc96e0d2a18fb;p=pandora-kernel.git 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 Signed-off-by: Emmanuel Grumbach --- Reading git-diff-tree failed