phy: exynos-mipi-video: simplify check for coupled phy status
authorMarek Szyprowski <m.szyprowski@samsung.com>
Mon, 7 Nov 2016 10:48:32 +0000 (11:48 +0100)
committerKishon Vijay Abraham I <kishon@ti.com>
Fri, 18 Nov 2016 12:49:15 +0000 (18:19 +0530)
commitb3e78cbc3d4599a3d4dfce6e63286e967444a100
treee6ba07014a81c90e7642684961f833175cef1bce
parent9bb86777fb71eeb7cec0c906b6a4d3432c683507
phy: exynos-mipi-video: simplify check for coupled phy status

There is no need to access regmap of coupled phy to check its state - such
information is already in the phy device itself, so use it directly. This
let us to avoid possible access to registers of the device in the disabled
power domain if the coupled phy is already disabled.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Acked-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
drivers/phy/phy-exynos-mipi-video.c