From: Ben Widawsky Date: Thu, 26 Dec 2013 21:39:50 +0000 (-0800) Subject: drm/i915: Clarify relocation errnos X-Git-Tag: v3.14-rc1~47^2~4^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b78f0e588e22c3d5a8cd3ac260023ae7f942828;p=pandora-kernel.git drm/i915: Clarify relocation errnos While trying to find a random -EINVAL from a failing test, I noticed we had a few hard to follow return values. The first two hunks in this patch replace completely useless initialization of ret. The last several hunks help to distinguish between altering 'return ret' and 'return ' Signed-off-by: Ben Widawsky Reviewed-by: Paulo Zanoni Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed