ASoC: mt6660: Keep the pm_runtime enables before component stuff in mt6660_i2c_probe
authorZhang Qilong <zhangqilong3@huawei.com>
Sat, 8 Oct 2022 14:05:22 +0000 (22:05 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 26 Nov 2022 08:24:29 +0000 (09:24 +0100)
commit4160a515c75be6a0ed005aa410cab764f2ef0de4
treeb0e301d4a940c0247277bc2174ab4940579f64cd
parent2963ec4535a1d30916c9517d3280beda810b4f89
ASoC: mt6660: Keep the pm_runtime enables before component stuff in mt6660_i2c_probe

[ Upstream commit c4ab29b0f3a6f1e167c5a627f7cd036c1d2b7d65 ]

It would be better to keep the pm_runtime enables before the
IRQ and component stuff. Both of those could start triggering
PM runtime events.

Signed-off-by: Zhang Qilong <zhangqilong3@huawei.com>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://lore.kernel.org/r/20221008140522.134912-1-zhangqilong3@huawei.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
sound/soc/codecs/mt6660.c