mtd: cafe_nand: fix an & vs | mistake
authorDan Carpenter <dan.carpenter@oracle.com>
Sat, 9 Jun 2012 16:08:25 +0000 (19:08 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 16 Jul 2012 16:04:23 +0000 (09:04 -0700)
commitf838956ac64e227e682d7d4da9883888b9aab381
tree0ddf1fb73b0861daedf12145bdd64709b20689b2
parent881aa809b005753a64fe9409c1d229912cc925ce
mtd: cafe_nand: fix an & vs | mistake

commit 48f8b641297df49021093763a3271119a84990a2 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>
drivers/mtd/nand/cafe_nand.c