diff options
| author | Peter Huewe <peterhuewe@gmx.de> | 2013-02-19 08:18:50 +0400 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-03-11 20:22:44 +0400 |
| commit | 6d1b80fd886937ad4d6169ffa78cb0075eebce53 (patch) | |
| tree | 33cc996c57d925a8f3c1e3cece2c6c00a746e7f3 /tools/perf/scripts/python/bin | |
| parent | cbb0920b9b5090c7006404d8c6533f8ca03cf2ed (diff) | |
| download | linux-6d1b80fd886937ad4d6169ffa78cb0075eebce53.tar.xz | |
staging/slicoss: Fix operation may be undefined warning
gcc complains about an undefined operation:
slicoss.c:1417:19: warning: operation on 'rspq->pageindex' may be
undefined [-Wsequence-point]
The intended operation was (probably) to retrieve the pageindex + 1 and let
it wrap around if it reaches the num_pages.
Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
