staging/slicoss: Fix operation may be undefined warning
authorPeter Huewe <peterhuewe@gmx.de>
Tue, 19 Feb 2013 04:18:50 +0000 (05:18 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 11 Mar 2013 16:22:44 +0000 (09:22 -0700)
commit6d1b80fd886937ad4d6169ffa78cb0075eebce53
tree33cc996c57d925a8f3c1e3cece2c6c00a746e7f3
parentcbb0920b9b5090c7006404d8c6533f8ca03cf2ed
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>
drivers/staging/slicoss/slicoss.c