commit | f477d3e6bb1bef4f3e2286d762137ae7e8a53195 | [log] [tgz] |
---|---|---|
author | Peter Huewe <peterhuewe@gmx.de> | Thu Jun 14 00:21:47 2012 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Jun 13 17:15:42 2012 -0700 |
tree | 3b366317e19d822d9959286521b1d8650fb4c5ac | |
parent | d6461e49c09a1a7f203437c084ec169563bcbf68 [diff] |
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>