Files
linux/drivers/mtd/nand
Dan Carpenter 41318b9db0 mtd: cafe_nand: fix an & vs | mistake
commit 48f8b64129 upstream.

The intent here was clearly to set result to true if the 0x40000000 flag
was set.  But instead there was a | vs & typo and we always set result
to true.

Artem: check the spec at
wiki.laptop.org/images/5/5c/88ALP01_Datasheet_July_2007.pdf
and this fix looks correct.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2012-07-16 08:47:49 -07:00
..
2009-10-20 10:07:23 +09:00
2011-05-25 02:25:35 +01:00
2012-06-10 00:33:01 +09:00
2009-10-20 10:07:23 +09:00
2010-10-24 23:38:30 +01:00
2011-03-31 11:26:23 -03:00