From: Jesse Barnes Date: Mon, 7 Nov 2011 20:03:23 +0000 (-0800) Subject: drm: remove some potentially dangerous DRM_ERRORs X-Git-Tag: v3.2.30~117 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=770ba2389ee98d51fe12d738e0ed4006caefca47;p=pandora-kernel.git drm: remove some potentially dangerous DRM_ERRORs commit acb4b992d8a13728044f430b47b9199aa45993e9 upstream. Each of these error messages can be caused by a broken or malicious userspace wanting to spam the dmesg with useless info. They're really not worthy of DRM_DEBUG statements either; those are generally only useful during bringup of new hardware or versions, and ought to be removed before going upstream anyway. Signed-off-by: Jesse Barnes Reviewed-by: Alex Deucher Signed-off-by: Dave Airlie [bwh: Backported to 3.2: s/r\./r->/ in drm_mode_addfb()] Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed