spi: cadence-quadspi: Fix PM disable depth imbalance in cqspi_probe
authorZhang Qilong <zhangqilong3@huawei.com>
Sat, 24 Sep 2022 12:13:07 +0000 (20:13 +0800)
committerMark Brown <broonie@kernel.org>
Mon, 26 Sep 2022 15:10:35 +0000 (16:10 +0100)
commit4d0ef0a1c35189a6e8377d8ee8310ea5ef22c5f3
tree94370b231ff7873d7d66adf778ae6a2b634fc6a9
parenta6bfc42f30d11f22d2dacb2362d6069643b15393
spi: cadence-quadspi: Fix PM disable depth imbalance in cqspi_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:73d5fe0462702 ("spi: cadence-quadspi: Remove spi_master_put() in probe failure path")

Signed-off-by: Zhang Qilong <zhangqilong3@huawei.com>
Link: https://lore.kernel.org/r/20220924121310.78331-2-zhangqilong3@huawei.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-cadence-quadspi.c