aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorNicolai Stange <[email protected]>2016-03-22 13:12:37 +0100
committerHerbert Xu <[email protected]>2016-04-05 20:35:48 +0800
commitea122be0b8f788b30e71ed5536fddc05f5ddff86 (patch)
tree2d0080d5655a78108607e78b2d5f150916384aa7 /tools/perf/scripts/python
parent654842ef53d7820129a751f5cc620e5a69c694a9 (diff)
lib/mpi: mpi_write_sgl(): purge redundant pointer arithmetic
Within the copying loop in mpi_write_sgl(), we have if (lzeros) { ... p -= lzeros; y = lzeros; } p = p - (sizeof(alimb) - y); If lzeros == 0, then y == 0, too. Thus, lzeros gets subtracted and added back again to p. Purge this redundancy. Signed-off-by: Nicolai Stange <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions