spi: spi-meson-spifc: Add missing pm_runtime_disable() in meson_spifc_probe
[ Upstream commit 69c1b87516e327a60b39f96b778fe683259408bf ]
If the probe fails, we should use pm_runtime_disable() to balance
pm_runtime_enable().
Add missing pm_runtime_disable() for meson_spifc_probe.
Fixes: c3e4bc5434
("spi: meson: Add support for Amlogic Meson SPIFC")
Signed-off-by: Miaoqian Lin <linmq006@gmail.com>
Link: https://lore.kernel.org/r/20220107075424.7774-1-linmq006@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
9d6350cf8e
commit
27e9910c45
|
@ -349,6 +349,7 @@ static int meson_spifc_probe(struct platform_device *pdev)
|
|||
return 0;
|
||||
out_clk:
|
||||
clk_disable_unprepare(spifc->clk);
|
||||
pm_runtime_disable(spifc->dev);
|
||||
out_err:
|
||||
spi_master_put(master);
|
||||
return ret;
|
||||
|
|
Loading…
Reference in New Issue
Block a user