commit | ffb4728095b030f0885ea8e0907ee4ac57b130ee | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Mon Dec 07 11:34:08 2009 +0000 |
committer | Eric Anholt <eric@anholt.net> | Mon Dec 07 12:18:28 2009 -0800 |
tree | 9b2ae5842350467486bb3533924ff083dc2b7d8b | |
parent | 85364905f9ae12d19cb34099257d493e5d9a0c4e [diff] |
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>