From: Dan Carpenter Date: Thu, 31 Jul 2014 15:36:20 +0000 (+0300) Subject: mtd: ndfc: silence an array underflow static checker warning X-Git-Tag: fixes-against-v3.18-rc2~54^2~33^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5828c60826e9422169b3711aa58a583242864cc8;p=pandora-kernel.git mtd: ndfc: silence an array underflow static checker warning We check "cs" for array overflows but we don't check for underflows and it upsets the static checkers. Signed-off-by: Dan Carpenter Signed-off-by: Brian Norris --- Reading git-diff-tree failed