]> git.baikalelectronics.ru Git - kernel.git/commit
drm: Remove the unused prefix in DRM_DEBUG_KMS/DRIVER/MODE
authorZhao Yakui <yakui.zhao@intel.com>
Mon, 20 Jul 2009 05:48:04 +0000 (13:48 +0800)
committerDave Airlie <airlied@redhat.com>
Tue, 4 Aug 2009 04:02:31 +0000 (14:02 +1000)
commitf12f87a1216ee526e55ffde7cf2981b6f57be58a
tree3beb08565466a2aa5649debd9dad411388afa53a
parent0f73b31ea06f26e9ce61e6285a54aa880076dcaa
drm: Remove the unused prefix in DRM_DEBUG_KMS/DRIVER/MODE

We will have to add a prefix when using the macro defintion of DRM_DEBUG_KMS
/DRM_DEBUG_DRIVER/MODE. It is not convenient. We should use the DRM_NAME
as default prefix.
So remove the prefix in the macro definition of DRM_DEBUG_KMS/DRIVER/MODE.

Signed-off-by: Zhao Yakui <yakui.zhao@intel.com>
Acked-by: Ian Romanick <ian.d.romanick@intel.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/drm_modes.c
drivers/gpu/drm/i915/i915_dma.c
drivers/gpu/drm/i915/intel_lvds.c
drivers/gpu/drm/i915/intel_sdvo.c
include/drm/drmP.h