]> git.baikalelectronics.ru Git - kernel.git/commit
drm/exynos: remove wrappers for phy_power_{on,off}
authorGustavo Padovan <gustavo.padovan@collabora.co.uk>
Wed, 5 Aug 2015 23:24:13 +0000 (20:24 -0300)
committerInki Dae <inki.dae@samsung.com>
Sun, 16 Aug 2015 01:23:36 +0000 (10:23 +0900)
commitef8eb682224b8ebd0d2440ea99ee30ee7ea73391
tree7190a6f41d53d62dc0b1b7cdd2b1fead8273d5c1
parentec1d86b45d17523bf32c3f5fe8637e0e877ea851
drm/exynos: remove wrappers for phy_power_{on,off}

phy_power_on() and phy_power_off() already checks for NULL pointer.
This patch removes the wrappers exynos_dp_phy_init() and
exynos_dp_phy_exit() since the only think they were doing was a check for
NULL phy.

Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_dp_core.c