From: Andrew Victor Date: Mon, 19 Nov 2007 13:37:23 +0000 (+0200) Subject: [MTD] mtd_dataflash: Incorrect compare-after-write check X-Git-Tag: v2.6.25-rc1~296^2~83 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cccb45d4b34728d33638085435f8fdc0a83e0c00;p=pandora-kernel.git [MTD] mtd_dataflash: Incorrect compare-after-write check After writing to a Dataflash page, the built-in compare operation is used to check that the page was successfully written. A logic bug in checking the results of the comparison currently causes the compare to never fail. This bug was originally in the legacy at91_dataflash.c driver. Signed-off-by: Andrew Victor Acked-by: David Brownell Signed-off-by: David Woodhouse --- Reading git-diff-tree failed