From: Huang Shijie Date: Mon, 9 Apr 2012 03:41:37 +0000 (+0800) Subject: mtd: print out the page size and oob size after parsing out the nand X-Git-Tag: v3.5-rc1~8^2~64 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=886bd33da7cfb1f6c7f3396f7146278ed02e76a7;p=pandora-kernel.git mtd: print out the page size and oob size after parsing out the nand Some not-supported nand chips may pass the current parsing code, and get the wrong page size and oob size. Sometimes, it's hard to notice that you get the wrong values, because there is no warning or error. So it's useful to print out the page size and oob size in the end of the parsing function. We can check these values with the datasheet of the nand chip as soon as possible. Artem: amend the print a bit Signed-off-by: Huang Shijie Signed-off-by: Artem Bityutskiy Signed-off-by: David Woodhouse --- Reading git-diff-tree failed