Skip to content

Commit 29f65f2

Browse files
Zhang Qilongbroonie
authored andcommitted
spi/omap100k:Fix PM disable depth imbalance in omap1_spi100k_probe
The pm_runtime_enable will increase power disable depth. Thus a pairing decrement is needed on the error handling path to keep it balanced according to context. Fixes:db91841b58f9a ("spi/omap100k: Convert to runtime PM") Signed-off-by: Zhang Qilong <zhangqilong3@huawei.com> Link: https://lore.kernel.org/r/20220924121310.78331-4-zhangqilong3@huawei.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 618d815 commit 29f65f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/spi/spi-omap-100k.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,7 @@ static int omap1_spi100k_probe(struct platform_device *pdev)
412412
return status;
413413

414414
err_fck:
415+
pm_runtime_disable(&pdev->dev);
415416
clk_disable_unprepare(spi100k->fck);
416417
err_ick:
417418
clk_disable_unprepare(spi100k->ick);

0 commit comments

Comments
 (0)