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-rc1~165^2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd1b25ec8b2072dfe58325e13785f0dfef94b2c3;p=thirdparty%2Fkernel%2Flinux.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