From: Mark Brown Date: Tue, 27 Sep 2022 18:58:57 +0000 (+0100) Subject: Fix PM disable depth imbalance in stm32 probe X-Git-Tag: v6.1-rc1~158^2^2~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=16b51447b20c24d79b13a4477fdef93dbba123e4;p=thirdparty%2Fkernel%2Flinux.git Fix PM disable depth imbalance in stm32 probe Merge series from Zhang Qilong : The pm_runtime_enable will increase power disable depth. Thus a pairing decrement is needed on the error handling path to keep it balanced. We fix it by moving pm_runtime_enable to the endding of probe. --- 16b51447b20c24d79b13a4477fdef93dbba123e4