Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b9c9f967 authored by Kuninori Morimoto's avatar Kuninori Morimoto Committed by Mark Brown
Browse files

ASoC: fsi: modify vague PM control on probe

parent 0b5ec87d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1200,10 +1200,11 @@ static int fsi_probe(struct platform_device *pdev)
	master->fsib.master	= master;

	pm_runtime_enable(&pdev->dev);
	pm_runtime_resume(&pdev->dev);
	dev_set_drvdata(&pdev->dev, master);

	pm_runtime_get_sync(&pdev->dev);
	fsi_soft_all_reset(master);
	pm_runtime_put_sync(&pdev->dev);

	ret = request_irq(irq, &fsi_interrupt, IRQF_DISABLED,
			  id_entry->name, master);