Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6036ae7e authored by Eric Anholt's avatar Eric Anholt
Browse files

drm/i915: Remove chatty execbuf failure message.



Suggested-by: default avatarChris Wilson <chris@chris-wilson.co.uk&gt;>
Acked-by: Jesse Barnes <jbarnes@virtuousgeek.org> (in principle)
Signed-off-by: default avatarEric Anholt <eric@anholt.net>
parent c7c85101
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -4051,8 +4051,6 @@ i915_gem_execbuffer(struct drm_device *dev, void *data,
				  "back to user (%d)\n",
				  args->buffer_count, ret);
		}
	} else {
		DRM_ERROR("i915_gem_do_execbuffer returns %d\n", ret);
	}

	drm_free_large(exec_list);