Skip to content

Commit 2c73443

Browse files
crojewsk-intelbroonie
authored andcommitted
ASoC: codecs: pcm3168a: Drop redundant pm_runtime_idle()
Device-driver core runs pm_request_idle() right after the probing sequence already, see __driver_probe_device(). Signed-off-by: Cezary Rojewski <cezary.rojewski@intel.com> Link: https://patch.msgid.link/20260525201801.1336936-3-cezary.rojewski@intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent bb3c847 commit 2c73443

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

sound/soc/codecs/pcm3168a.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -799,7 +799,6 @@ int pcm3168a_probe(struct device *dev, struct regmap *regmap)
799799

800800
pm_runtime_set_active(dev);
801801
pm_runtime_enable(dev);
802-
pm_runtime_idle(dev);
803802

804803
memcpy(pcm3168a->dai_drv, pcm3168a_dais, sizeof(pcm3168a->dai_drv));
805804
ret = devm_snd_soc_register_component(dev, &pcm3168a_driver,

0 commit comments

Comments
 (0)