[PATCH 3/4] drm/exynos: cleanup function calling written twice

2015-09-21 Thread Gustavo Padovan
Hi Joonyoung, 2015-09-16 Joonyoung Shim : > By if statment, some function callings are written twice. It needs > several line feed by indentation in if statment. Make to one function > calling from outside if statment. > > Signed-off-by: Joonyoung Shim > --- > drivers/gpu/drm/exynos/exynos_drm

[PATCH 3/4] drm/exynos: cleanup function calling written twice

2015-09-16 Thread Joonyoung Shim
By if statment, some function callings are written twice. It needs several line feed by indentation in if statment. Make to one function calling from outside if statment. Signed-off-by: Joonyoung Shim --- drivers/gpu/drm/exynos/exynos_drm_gem.c | 56 ++--- 1 file chan