Revert "hwrng: mtk - Use devm_pm_runtime_enable"
This reverts commit b5024c6e5f
.
This commit is contained in:
parent
850bc4f5ae
commit
aaabb6f0b9
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ static int mtk_rng_probe(struct platform_device *pdev)
|
|||
dev_set_drvdata(&pdev->dev, priv);
|
||||
pm_runtime_set_autosuspend_delay(&pdev->dev, RNG_AUTOSUSPEND_TIMEOUT);
|
||||
pm_runtime_use_autosuspend(&pdev->dev);
|
||||
devm_pm_runtime_enable(&pdev->dev);
|
||||
pm_runtime_enable(&pdev->dev);
|
||||
|
||||
dev_info(&pdev->dev, "registered RNG driver\n");
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue