From a5e080b83e28f2b67c198cb3be96f4b190522109 Mon Sep 17 00:00:00 2001 From: Peter Huewe Date: Sun, 3 Feb 2013 22:54:36 +0100 Subject: [PATCH] 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-format-patch failed