]> git.baikalelectronics.ru Git - kernel.git/commit
spi/omap100k:Fix PM disable depth imbalance in omap1_spi100k_probe
authorZhang Qilong <zhangqilong3@huawei.com>
Sat, 24 Sep 2022 12:13:09 +0000 (20:13 +0800)
committerMark Brown <broonie@kernel.org>
Mon, 26 Sep 2022 15:10:37 +0000 (16:10 +0100)
commitb5375bf76b151f28f1b7b25bca6b42d18d25660f
tree368edaeaed748c941ff3f846d6f1dd188c7a84d3
parent51159a35b08481e1de01f4d33246e0b38a6c4006
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:321689cf450aa ("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>
drivers/spi/spi-omap-100k.c