From: Peter Huewe Date: Tue, 19 Feb 2013 04:18:50 +0000 (+0100) Subject: staging/slicoss: Fix operation may be undefined warning X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b765188ad9753664fc87b74a7ef262cb5bea94d2;p=pandora-kernel.git staging/slicoss: Fix operation may be undefined warning commit 6d1b80fd886937ad4d6169ffa78cb0075eebce53 upstream. 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 Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed