]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
phy: exynos-mipi-video: Fix phy_power_off() callback
authorSylwester Nawrocki <s.nawrocki@samsung.com>
Wed, 16 Oct 2013 17:03:45 +0000 (19:03 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 20 Oct 2013 02:55:43 +0000 (19:55 -0700)
commite3967e7b28de70d28313cc93d831d8525083097f
treef7c32e3aa161eb2b9fc4db79f8d211957bc18452
parentf2c28cfc26e53101c39d8052777ea9d465c718e0
phy: exynos-mipi-video: Fix phy_power_off() callback

Fix argument passed to the register setup helper function so
the phy is actually disabled. Now due to cut&paste error 1 is
passed to both phy_power_on() and phy_power_off().

Reported by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Reviewed-by: Jingoo Han <jg1.han@samsung.com>
Acked-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/phy/phy-exynos-mipi-video.c