]> git.baikalelectronics.ru Git - kernel.git/commit
drm: drm_ut_debug_printk() isn't called with NULL anywmore
authorLespiau, Damien <damien.lespiau@intel.com>
Mon, 24 Mar 2014 15:53:16 +0000 (15:53 +0000)
committerDave Airlie <airlied@redhat.com>
Fri, 28 Mar 2014 02:57:42 +0000 (12:57 +1000)
commitf66a079b10ff7fa7a014959317c90d36b1dd7c0d
treef9e222684d247dac3cc4e765562143b77d662265
parent2cbc349237a0b05350223cf3fedd8d49d92b0220
drm: drm_ut_debug_printk() isn't called with NULL anywmore

The DRM_LOG* macros where the only sites where drm_ut_debug_printk was
called with NULL arguments for prefix and function_name. Now that they
are gone, we can remove that case.

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/drm_stub.c