From: Chris Wilson Date: Sat, 2 Oct 2010 14:12:41 +0000 (+0100) Subject: drm/i915: Don't mask the return code whilst relocating. X-Git-Tag: v2.6.37-rc1~92^2~28^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1cdf7fef793c715d8c4998575aba3741fa4a0b01;p=pandora-kernel.git drm/i915: Don't mask the return code whilst relocating. The return from move_to_gtt_domain() may indicate a pending signal which needs to handled as opposed to an actual error, for instance, so report the original return value rather than forcing an EINVAL. Signed-off-by: Chris Wilson --- Reading git-diff-tree failed