From: Dan Carpenter Date: Tue, 1 Jun 2010 10:17:48 +0000 (+0200) Subject: cciss: call BUG() earlier X-Git-Tag: v2.6.35-rc2~12^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=713b686494a577b3c4f4f9f585a4705fc30d51c2;p=pandora-kernel.git cciss: call BUG() earlier I moved the range check after the increment. The current code would write past the end of the array once before calling BUG(). Signed-off-by: Dan Carpenter Signed-off-by: Jens Axboe --- Reading git-diff-tree failed