]> git.baikalelectronics.ru Git - kernel.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)
commit5ed721aa15cbe83b2896bf0fca8356ab7a75bea0
tree025224c1bd76fb907b0ba137ed1e8b12296dd2ba
parent2cc17dfa2b547cd9782c9219d0255d99835ea6d8
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