summaryrefslogtreecommitdiff
path: root/fs/coredump.c
diff options
context:
space:
mode:
authorPeter Huewe <peterhuewe@gmx.de>2013-02-04 23:29:45 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-02-05 19:16:21 (GMT)
commit1504ecbeecfb206179e39d66d7f4d4af542ec45c (patch)
tree3208f3b13ea049e290b569a5e6d0e7e434aa045e /fs/coredump.c
parent0141bb2ed95d87cbcc53ebd282b943d061881fce (diff)
downloadlinux-fsl-qoriq-1504ecbeecfb206179e39d66d7f4d4af542ec45c.tar.xz
staging/xgifb: Don't write the same values x times
With the previous patch 'Move duplicated code for dram to helper function' it becomes evident that the code is performing the same thing 4 or 8 times in a row without changing arguments to the function and thus writing the same values over and over again. It was tested that these repeats are unnecessary. -> we can safely remove them. Tested-by: Aaro Koskinen <aaro.koskinen@iki.fi> Signed-off-by: Peter Huewe <peterhuewe@gmx.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'fs/coredump.c')
0 files changed, 0 insertions, 0 deletions