drm: Remove the prefix argument of drm_ut_debug_printk()
authorLespiau, Damien <damien.lespiau@intel.com>
Mon, 24 Mar 2014 15:53:17 +0000 (15:53 +0000)
committerDave Airlie <airlied@redhat.com>
Fri, 28 Mar 2014 02:57:45 +0000 (12:57 +1000)
commit1287aa903f1b9248f34fb215e3b875d2ae243425
tree5c7ee83d6bfe99dfc323fd9b8e737ec376b6f5bc
parent1288c19fbefa44bac4ba0bab8aa4b2607741f0eb
drm: Remove the prefix argument of drm_ut_debug_printk()

This is always DRM_NAME, so we can just make it part of the format
string instead of asking prink to do it for us.

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/drm_stub.c
include/drm/drmP.h
This page took 0.027514 seconds and 5 git commands to generate.