[PATCH 06/11] staging: imx-drm: Replace DRM_LOG_KMS() by DRM_DEBUG_KMS()

2014-03-25 Thread Philipp Zabel
Am Montag, den 24.03.2014, 15:53 + schrieb Damien Lespiau: > There are only a few users of the DRM_LOG_KMS() macro. We can simplify > the DRM code a bit by replacing them by DRM_DEBUG_KMS(). > > Cc: Philipp Zabel > Cc: Lucas Stach > Signed-off-by: Damien Lespiau Acked-by: Philipp Zabel

[PATCH 06/11] staging: imx-drm: Replace DRM_LOG_KMS() by DRM_DEBUG_KMS()

2014-03-24 Thread Damien Lespiau
There are only a few users of the DRM_LOG_KMS() macro. We can simplify the DRM code a bit by replacing them by DRM_DEBUG_KMS(). Cc: Philipp Zabel Cc: Lucas Stach Signed-off-by: Damien Lespiau --- drivers/staging/imx-drm/ipuv3-plane.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff