From: Chuck Lever Date: Fri, 26 Oct 2007 17:29:48 +0000 (+0200) Subject: sg_init_table() should use unsigned loop index variable X-Git-Tag: v2.6.24-rc2~104^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=513f54b78f9594927ede66b6c66a70c1bae0c4ca;p=pandora-kernel.git sg_init_table() should use unsigned loop index variable Clean up: fix a mixed sign comparison in sg_init_table() accidentally introduced by commit d6ec0842. The sign of the loop index variable should match the sign of the "nents" argument. Signed-off-by: Chuck Lever Cc: Jens Axboe Signed-off-by: Jens Axboe --- Reading git-diff-tree failed