From: Joe Perches Date: Mon, 18 Apr 2011 03:35:51 +0000 (-0700) Subject: drm: Create and use drm_err X-Git-Tag: v3.0-rc3~42^2~60 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ad3d8831f0c97257460c11ddcc1cc0466c762d4;p=pandora-kernel.git drm: Create and use drm_err Reduce drm text size ~1% by using drm_err and printf extension %pV to emit error messages. Remove unused macro DRM_MEM_ERROR. $ size drivers/gpu/drm/built-in.o* text data bss dec hex filename 361159 9663 256 371078 5a986 drivers/gpu/drm/built-in.o.new 365416 9663 256 375335 5ba27 drivers/gpu/drm/built-in.o.old Signed-off-by: Joe Perches Signed-off-by: Dave Airlie --- Reading git-diff-tree failed