commit | d589d8b83503c1f153965f4c2747349ccca6995e | [log] [tgz] |
---|---|---|
author | Charles Keepax <ckeepax@opensource.wolfsonmicro.com> | Tue Jan 24 11:44:01 2017 +0000 |
committer | Mark Brown <broonie@kernel.org> | Tue Jan 24 12:14:36 2017 +0000 |
tree | 84c21ede178b83745e26cbfee8a9579b06bf44c8 | |
parent | e779974b86491cc938dfdcbfbf8fb363a40bc9ea [diff] |
ASoC: wm_adsp: Fixup wm_adsp2_boot_work error paths Currently we are not disabling MEM_ENA on the error path, we should really do this to unwind the state back to how it was. This patch adds a clear of MEM_ENA on the error path, again there is no major issues caused by this minor fix. Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com> Signed-off-by: Mark Brown <broonie@kernel.org>