From: Brian Norris Date: Wed, 2 May 2012 00:12:54 +0000 (-0700) Subject: mtd: nand: remove autoincrement 'sndcmd' code X-Git-Tag: v3.5-rc1~8^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c00a0991d14dce8d714becc49ec8ae5db9c8ac98;p=pandora-kernel.git mtd: nand: remove autoincrement 'sndcmd' code The NAND_NO_AUTOINCR option is always set, so we will kill the option and make "no autoincrement" the default behavior for nand_base.c. Thus, we should remove the code which decides whether or not to send the NAND_CMD_READ0 command. Instead, we unconditionally send the command. Signed-off-by: Brian Norris Signed-off-by: Artem Bityutskiy Signed-off-by: David Woodhouse --- Reading git-diff-tree failed