phy: mapphone-mdm6600: Fix runtime disable on probe
authorTony Lindgren <tony@atomide.com>
Wed, 13 Sep 2023 06:04:27 +0000 (09:04 +0300)
committerVinod Koul <vkoul@kernel.org>
Thu, 14 Sep 2023 11:35:27 +0000 (17:05 +0530)
commit719606154c7033c068a5d4c1dc5f9163b814b3c8
treee31cd4282424e5d833c37142bc731537bf37a071
parent0bb80ecc33a8fb5a682236443c1e740d5c917d1d
phy: mapphone-mdm6600: Fix runtime disable on probe

Commit d644e0d79829 ("phy: mapphone-mdm6600: Fix PM error handling in
phy_mdm6600_probe") caused a regression where we now unconditionally
disable runtime PM at the end of the probe while it is only needed on
errors.

Cc: Ivaylo Dimitrov <ivo.g.dimitrov.75@gmail.com>
Cc: Merlijn Wajer <merlijn@wizzup.org>
Cc: Miaoqian Lin <linmq006@gmail.com>
Cc: Pavel Machek <pavel@ucw.cz>
Reviewed-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Fixes: d644e0d79829 ("phy: mapphone-mdm6600: Fix PM error handling in phy_mdm6600_probe")
Signed-off-by: Tony Lindgren <tony@atomide.com>
Link: https://lore.kernel.org/r/20230913060433.48373-1-tony@atomide.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/phy/motorola/phy-mapphone-mdm6600.c