From: Peter Huewe Date: Tue, 19 Feb 2013 04:18:50 +0000 (+0100) Subject: staging/slicoss: Fix operation may be undefined warning X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~137^2~774 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d1b80fd886937ad4d6169ffa78cb0075eebce53;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed