drm/i915: Drop a some common DRM_ERROR()
authorChris Wilson <chris@chris-wilson.co.uk>
Mon, 7 Dec 2009 11:34:08 +0000 (11:34 +0000)
committerEric Anholt <eric@anholt.net>
Mon, 7 Dec 2009 20:18:28 +0000 (12:18 -0800)
commitffb4728095b030f0885ea8e0907ee4ac57b130ee
tree9b2ae5842350467486bb3533924ff083dc2b7d8b
parent85364905f9ae12d19cb34099257d493e5d9a0c4e
drm/i915: Drop a some common DRM_ERROR()

These are handled by the error return being propagated to user-space and
do not any add any information to the original error, so are useless.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Eric Anholt <eric@anholt.net>
drivers/gpu/drm/i915/i915_gem.c