[PATCH 04/11] drm/gma500: Replace DRM_LOG_KMS() by DRM_DEBUG_KMS()

2014-03-24 Thread Patrik Jakobsson
On Mon, Mar 24, 2014 at 9:39 PM, Daniel Vetter wrote: > On Mon, Mar 24, 2014 at 03:53:11PM +, Damien Lespiau wrote: > > 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: Patrik Jakobsson > > Signed-

[PATCH 04/11] drm/gma500: Replace DRM_LOG_KMS() by DRM_DEBUG_KMS()

2014-03-24 Thread Daniel Vetter
On Mon, Mar 24, 2014 at 03:53:11PM +, Damien Lespiau wrote: > 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: Patrik Jakobsson > Signed-off-by: Damien Lespiau Note that the point here of using LOG_KMS

[PATCH 04/11] drm/gma500: 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: Patrik Jakobsson Signed-off-by: Damien Lespiau --- drivers/gpu/drm/gma500/psb_intel_sdvo.c | 20 ++-- 1 file changed, 10 insertions(+), 10 deletion