From: Mark Brown Date: Tue, 27 Sep 2022 18:58:57 +0000 (+0100) Subject: Fix PM disable depth imbalance in stm32 probe X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=16b51447b20c24d79b13a4477fdef93dbba123e4;p=linux.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