From: Peter Huewe Date: Mon, 4 Feb 2013 23:29:45 +0000 (+0100) Subject: staging/xgifb: Don't write the same values x times X-Git-Tag: v3.9-rc1~127^2~133 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1504ecbeecfb206179e39d66d7f4d4af542ec45c;p=pandora-kernel.git staging/xgifb: Don't write the same values x times With the previous patch 'Move duplicated code for dram to helper function' it becomes evident that the code is performing the same thing 4 or 8 times in a row without changing arguments to the function and thus writing the same values over and over again. It was tested that these repeats are unnecessary. -> we can safely remove them. Tested-by: Aaro Koskinen Signed-off-by: Peter Huewe Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed