From: Jani Nikula Date: Sun, 11 Aug 2013 09:44:02 +0000 (+0300) Subject: drm/i915: drop unnecessary local variable to suppress build warning X-Git-Tag: v3.12-rc1~136^2~14^2~51 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea04cb31d506ac3f4fc3cefb1c50eb4f35ab37fd;p=pandora-kernel.git drm/i915: drop unnecessary local variable to suppress build warning Although I could not reproduce this (different compiler version, perhaps), reportedly we get: drivers/gpu/drm/i915/i915_irq.c:1943:27: warning: ‘score’ may be used uninitialized in this function [-Wuninitialized] Drop the 'score' variable altogether as it's not really needed. Reported-by: Kees Cook Signed-off-by: Jani Nikula Reviewed-by: Chris Wilson Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed