]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit23b9fddc22822add9be6e8fa5eedab8f3ba25044
tree9b2ae5842350467486bb3533924ff083dc2b7d8b
parent5a51775df807e2c4756c00261e4779a81d942e2c
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