]> git.baikalelectronics.ru Git - kernel.git/commit
drm/exynos: dsi: remove the empty mode_valid callback
authorHyungwon Hwang <human.hwang@samsung.com>
Thu, 2 Apr 2015 09:52:20 +0000 (18:52 +0900)
committerInki Dae <inki.dae@samsung.com>
Mon, 13 Apr 2015 02:39:41 +0000 (11:39 +0900)
commit49f10ecaf2bc272a9c143bae5f56f1a760d4af39
tree1b6b68b056341d904509afc3b37bcadead7a8723
parent7612bdcade4e43bd01558290cb8390870bd7cf8e
drm/exynos: dsi: remove the empty mode_valid callback

Because the helper function which calls this callback checks whether
it is registered or not. It is not necessary if it does nothing.
So it would be better to remove the function for clarity.

Signed-off-by: Hyungwon Hwang <human.hwang@samsung.com>
Reviewed-by: Andrzej Hajda <a.hajda@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_dsi.c