From: David Woodhouse Date: Fri, 30 Nov 2007 16:24:52 +0000 (+0000) Subject: [MTD] [NOR] Fix overflow check in jedec_probe X-Git-Tag: v2.6.25-rc1~296^2~77 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6f0f81895ad8272905bf3d637b7c99a62238d79;p=pandora-kernel.git [MTD] [NOR] Fix overflow check in jedec_probe Having laid the code out so that it's easier to read instead of sticking to the 80-column guideline even when it doesn't make sense, a bug is immediately spotted... we were only checking _one_ of the unlock addresses to see if it runs off the end of the map. Signed-off-by: David Woodhouse --- Reading git-diff-tree failed