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)
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>

No differences found