From: Chris Wilson Date: Sun, 6 Jun 2010 12:21:26 +0000 (+0100) Subject: drm/i915: Remove the WARN when failing to set tiling. X-Git-Tag: v2.6.36-rc1~540^2~11^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b3400040d189b129e9770b7ea2e38729e3d75c4;p=pandora-kernel.git drm/i915: Remove the WARN when failing to set tiling. We generally issue an error message at the point of failure, and so this warning with a fairly pointless stacktrace is superfluous and ugly. Needless to say, the common trigger for this WARN happens to be EIO where this is pure noise. Signed-off-by: Chris Wilson Signed-off-by: Eric Anholt --- Reading git-diff-tree failed