]> 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)
commit62ad44effc207e23e262fc8028ad461822f90a88
tree7190a6f41d53d62dc0b1b7cdd2b1fead8273d5c1
parentcf2e00feed824554a6cd76b603e1efc3e8a94f46
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