From: Barry Song Date: Thu, 5 Aug 2010 15:07:42 +0000 (-0400) Subject: mtd: Blackfin NFC: make sure to check NAND_ALE in cmd_ctrl X-Git-Tag: v2.6.36-rc1~301^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd508da2208696db146cd1be2bb2e8b799f6e3a2;p=pandora-kernel.git mtd: Blackfin NFC: make sure to check NAND_ALE in cmd_ctrl The NAND base may send some controls which are neither CLE nor ALE, so we need to explicitly check both instead of assuming things are always one or the other. Otherwise, we sometimes send out illegal addresses to the NAND device. Signed-off-by: Barry Song Signed-off-by: Mike Frysinger Signed-off-by: David Woodhouse --- Reading git-diff-tree failed