commit | 27796e755a2fc6707cdf9b484a56395f703e4f3d | [log] [tgz] |
---|---|---|
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | Thu Apr 30 11:57:41 2015 +0300 |
committer | Mark Brown <broonie@kernel.org> | Thu Apr 30 21:08:56 2015 +0100 |
tree | 6b0ea6ebded3d6acf2e2113d641b029a82a4523e | |
parent | b787f68c36d49bb1d9236f403813641efa74a031 [diff] |
ASoC: davinci-mcasp: Correct pm status check in suspend callback pm_runtime_enabled() will only tell if the pm runtime has been enabled for the device, which is done at probe time but will not tell the actual power state of the device. pm_runtime_active() provides this information. This patch fixes a kernel crash when doing suspend when McASP is not active. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Signed-off-by: Mark Brown <broonie@kernel.org>