From: Roel Kluin Date: Thu, 11 Mar 2010 22:09:47 +0000 (-0800) Subject: paride: fix off-by-one test X-Git-Tag: v2.6.34-rc4~11^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c12ec0a2d94001003dfb929ce14c287fca0522b0;p=pandora-kernel.git paride: fix off-by-one test With `while (j++ < PX_SPIN)' j reaches PX_SPIN + 1 after the loop. This is probably unlikely to produce a problem. Signed-off-by: Roel Kluin Cc: Jens Axboe Signed-off-by: Andrew Morton Signed-off-by: Jens Axboe --- Reading git-diff-tree failed