From: Rizzo Davide Date: Tue, 5 Feb 2008 07:44:48 +0000 (-0800) Subject: [MTD] [NOR] fix startup lock when using multiple nor flash chips X-Git-Tag: v2.6.25-rc1~296^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=484b8e64c848185af0d3671fafba4dd66ca412d2;p=pandora-kernel.git [MTD] [NOR] fix startup lock when using multiple nor flash chips Taken from http://bugzilla.kernel.org/show_bug.cgi?id=9829 I found and solved the problem, at line 115 of drivers/mtd/chips/gen_probe.c (kernel 2.6.24): mapsize value must be calculated in bytes, not in long. Signed-off-by: Andrew Morton Signed-off-by: David Woodhouse --- Reading git-diff-tree failed