On 2015ë
05ì 07ì¼ 09:04, Krzysztof Kozlowski wrote:
> From: Krzysztof Kozlowski
>
> The Exynos DRM code does not modify the ops provided by CRTC driver in
> exynos_drm_crtc_create() call.
Please check coding style with checkpatch.pl before posting it. I can
see below warning,
WARNING: line
From: Krzysztof Kozlowski
The Exynos DRM code does not modify the ops provided by CRTC driver in
exynos_drm_crtc_create() call.
Signed-off-by: Krzysztof Kozlowski
---
Changes since v1:
New patch.
---
drivers/gpu/drm/exynos/exynos7_drm_decon.c | 2 +-
drivers/gpu/drm/exynos/exynos_drm_crtc.c