[PATCH] drm/exynos: dsi: remove the empty mode_valid callback

2015-04-07 Thread Inki Dae
On 2015년 04월 02일 18:52, Hyungwon Hwang wrote: > 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. Applied. Thanks, Inki Dae > > Signed-off-by:

[PATCH] drm/exynos: dsi: remove the empty mode_valid callback

2015-04-02 Thread Hyungwon Hwang
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 --- drivers/gpu/drm/exynos/exynos_drm_dsi.c | 7 --- 1 file changed, 7

[PATCH] drm/exynos: dsi: remove the empty mode_valid callback

2015-04-02 Thread Andrzej Hajda
On 04/02/2015 11:52 AM, Hyungwon Hwang wrote: > 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 Reviewed-by: Andrz