From: Ben Widawsky Date: Thu, 20 Mar 2014 01:31:13 +0000 (-0700) Subject: drm/i915: remove rps local variables X-Git-Tag: v3.15-rc1~51^2~18^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a5913a8670a6925c04e397e0a8ebd72cb4b2d26;p=pandora-kernel.git drm/i915: remove rps local variables With the renamed RPS struct members, it's easier to skip the local variables which no longer clarify anything, and if anything just make the code harder to read. The real motivation for this patch is actually the next patch, which attempts to consolidate some of the functionality. Cc: Jeff McGee Signed-off-by: Ben Widawsky Reviewed-by: Chris Wilson Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed