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)
commit8a4c47f346cc7a12d0897c05eb3cc1add26b487f
tree3beb08565466a2aa5649debd9dad411388afa53a
parent5c61259e6c7290082108e93815f7f72f27da14f4
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