From: Peter Huewe Date: Sun, 3 Feb 2013 21:54:36 +0000 (+0100) Subject: staging/xgifb: remove unnecessary temp variable in XGIfb_mode_rate_to_ddata X-Git-Tag: v3.9-rc1~127^2~146 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5e080b83e28f2b67c198cb3be96f4b190522109;p=pandora-kernel.git staging/xgifb: remove unnecessary temp variable in XGIfb_mode_rate_to_ddata Instead of subtracting one and then assign a different name and add 1 again we simply use HDE directly. HDE wasn't used directly before, so no change in functionality. Same applies to VDE. -> now we can remove the variable with the very descriptive name E ;) Signed-off-by: Peter Huewe Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed