]> git.baikalelectronics.ru Git - kernel.git/commit
phy: samsung: exynos5250-sata: fix missing device put in probe error paths
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Thu, 7 Apr 2022 09:18:57 +0000 (11:18 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 9 May 2022 07:14:32 +0000 (09:14 +0200)
commita5226c3bf07faa1c1328dde8a37c09803f32e985
treedc8cc82248c0a622ebd335f8e096108663e6a657
parent071d9dfc0155ec47d7608a5094f04323daf0529f
phy: samsung: exynos5250-sata: fix missing device put in probe error paths

[ Upstream commit f7987f33aac621798b357348a978891d19c3f792 ]

The actions of of_find_i2c_device_by_node() in probe function should be
reversed in error paths by putting the reference to obtained device.

Fixes: 82499533c0f7 ("PHY: Exynos: Add Exynos5250 SATA PHY driver")
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com>
Link: https://lore.kernel.org/r/20220407091857.230386-2-krzysztof.kozlowski@linaro.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/phy/samsung/phy-exynos5250-sata.c