From: Márton Németh Date: Thu, 24 Jan 2008 05:58:57 +0000 (+1000) Subject: drm: cleanup DRM_DEBUG() parameters X-Git-Tag: v2.6.25-rc1~301^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e684eae586a9b210a4517da5637a255b1ff5a92;p=pandora-kernel.git drm: cleanup DRM_DEBUG() parameters As DRM_DEBUG macro already prints out the __FUNCTION__ string (see drivers/char/drm/drmP.h), it is not worth doing this again. At some other places the ending "\n" was added. airlied:- I cleaned up a few that this patch missed also Signed-off-by: Dave Airlie --- Reading git-diff-tree failed