staging/xgifb: Replace constant arrays with constant values
authorPeter Huewe <peterhuewe@gmx.de>
Wed, 13 Jun 2012 22:21:47 +0000 (00:21 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 14 Jun 2012 00:15:42 +0000 (17:15 -0700)
commitf477d3e6bb1bef4f3e2286d762137ae7e8a53195
tree3b366317e19d822d9959286521b1d8650fb4c5ac
parentd6461e49c09a1a7f203437c084ec169563bcbf68
staging/xgifb: Replace constant arrays with constant values

This patch removes the arrays in XGI_GetVCLK2Ptr which each contain only
one value four times and replaces them with their constant value.

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