From: Mark Brown Date: Tue, 27 Sep 2022 10:33:19 +0000 (+0100) Subject: Fix PM disable depth imbalance in probe X-Git-Tag: v6.1-rc5~19^2~26 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dd1b25ec8b2072dfe58325e13785f0dfef94b2c3;p=platform%2Fkernel%2Flinux-starfive.git Fix PM disable depth imbalance in probe Merge series from Zhang Qilong : The pm_runtime_enable will increase power disable depth. Thus a pairing decrement is needed when error returns to keep it balanced. This series of patches fixed it in spi probe. --- dd1b25ec8b2072dfe58325e13785f0dfef94b2c3