]> bbs.cooldavid.org Git - net-next-2.6.git/commit
drm/i915: Remove the WARN when failing to set tiling.
authorChris Wilson <chris@chris-wilson.co.uk>
Sun, 6 Jun 2010 12:21:26 +0000 (13:21 +0100)
committerEric Anholt <eric@anholt.net>
Mon, 2 Aug 2010 02:03:46 +0000 (19:03 -0700)
commit0b3400040d189b129e9770b7ea2e38729e3d75c4
tree3dcb57d2427d2851b5073cdaf0f3ec72981bf4b9
parent2377b741abec485449d145e5065dd2b7dd64226f
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 <chris@chris-wilson.co.uk>
Signed-off-by: Eric Anholt <eric@anholt.net>
drivers/gpu/drm/i915/i915_gem_tiling.c