mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 01:55:51 +02:00
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>
This commit is contained in:
parent
bb3c847523
commit
2c734439be
|
|
@ -799,7 +799,6 @@ int pcm3168a_probe(struct device *dev, struct regmap *regmap)
|
|||
|
||||
pm_runtime_set_active(dev);
|
||||
pm_runtime_enable(dev);
|
||||
pm_runtime_idle(dev);
|
||||
|
||||
memcpy(pcm3168a->dai_drv, pcm3168a_dais, sizeof(pcm3168a->dai_drv));
|
||||
ret = devm_snd_soc_register_component(dev, &pcm3168a_driver,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user