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.3-rc1~121^2~89^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=acb4b992d8a13728044f430b47b9199aa45993e9;p=pandora-kernel.git drm: remove some potentially dangerous DRM_ERRORs 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 --- Reading git-diff-tree failed