https://github.com/torvalds/linux
Revision 48f8b641297df49021093763a3271119a84990a2 authored by Dan Carpenter on 09 June 2012, 16:08:25 UTC, committed by David Woodhouse on 06 July 2012, 13:27:13 UTC
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>
Cc: stable@vger.kernel.org
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
1 parent ea3b2ea
History
Tip revision: 48f8b641297df49021093763a3271119a84990a2 authored by Dan Carpenter on 09 June 2012, 16:08:25 UTC
mtd: cafe_nand: fix an & vs | mistake
Tip revision: 48f8b64

README.AddingFirmware

back to top