From: Ezequiel GarcĂ­a Date: Wed, 19 Aug 2015 22:40:09 +0000 (-0300) Subject: nand: pxa3xx: Increase READ_ID buffer and make the size static X-Git-Tag: omap-for-v4.3/fixes-rc1~116^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b226eca2088004622434cbcc27c6401b64f22d7c;p=pandora-kernel.git nand: pxa3xx: Increase READ_ID buffer and make the size static The read ID count should be made as large as the maximum READ_ID size, so there's no need to have dynamic size. This commit sets the hardware maximum read ID count, which should be more than enough on all cases. Also, we get rid of the read_id_bytes, and use a macro instead. Signed-off-by: Ezequiel Garcia Acked-by: Robert Jarzmik Signed-off-by: Brian Norris --- Reading git-diff-tree failed