]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
staging/xgifb: Remove duplicated code in loops.
authorPeter Huewe <peterhuewe@gmx.de>
Fri, 15 Feb 2013 19:37:13 +0000 (20:37 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 15 Feb 2013 23:12:40 +0000 (15:12 -0800)
commit771f3eed631be02b08544fc46cdfd2558599cf5d
tree0f9b9e811176832bebc2a8a0f7692e0d0b0ff38a
parent053004b375ca8f684f778d354eeeaf4e8b17c1f0
staging/xgifb: Remove duplicated code in loops.

Instead of calling the same function three times in a loop, multiply the
loop counter by three.
And since the value in DAC_TEST_PARMS is always the same we can use the
value directly.

Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/xgifb/vb_setmode.c