From: Ville Syrjälä Date: Tue, 1 Oct 2013 15:02:13 +0000 (+0300) Subject: drm/i915: Kill a goto from sprite disable code X-Git-Tag: v3.13-rc1~76^2~68^2~109 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f3fb46bbd643ddacde33fd5fe6f4db4ca963312;p=pandora-kernel.git drm/i915: Kill a goto from sprite disable code Let's not use goto when a simple if suffices. This is not error handling code or anything, so the goto looks out of place. Signed-off-by: Ville Syrjälä Reviewed-by: Chris Wilson Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed