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>
Fri, 25 Nov 2022 16:45:38 +0000 (17:45 +0100)
commitc7432616f6aac06a8055d083a779c2bedc8680e6
tree3f629bf48f820ec7c66ad665e59a618690588195
parenta47606064cc096c8e1d965f2267760168c6c97c4
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