]> git.karo-electronics.de Git - linux-beck.git/commit
staging/xgifb: remove unused variables
authorPeter Huewe <peterhuewe@gmx.de>
Sun, 3 Feb 2013 03:08:46 +0000 (04:08 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 4 Feb 2013 01:26:14 +0000 (19:26 -0600)
commite2e544c9d5c3cbdb1cefad65f40b00706034ef25
tree025224c1bd76fb907b0ba137ed1e8b12296dd2ba
parent5fc699f6089913e3a691209243bf6bc2a6178ddd
staging/xgifb: remove unused variables

XGI_P3cc is unused and the assignment without side effects -> remove;
Data can be simply replaced by the Temp variable, which was changed to
temp in order to make checkpatch happy.

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