From: Dave Gordon Date: Thu, 30 Oct 2014 15:41:56 +0000 (+0000) Subject: drm/i915: Remove redundant return value and WARN_ON X-Git-Tag: omap-for-v3.20/drop-legacy-3517~77^2~64^2~86 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd0707cb1dbdd96b0358e5b10eba89c3bbe5a690;p=pandora-kernel.git drm/i915: Remove redundant return value and WARN_ON execlists_submit_context() always returns 0, which is redundant. And its name is inaccurate, since it actually submits (up to) TWO contextS. So we rename it, change it to "void", and remove the WARN_ON() testing its return value. Change-Id: Ie225b0eca7754c6093c8b8bd15550b251b6feb82 Signed-off-by: Dave Gordon Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed