commit | 252173c69eec6998ecf1be7b11d31cd39ce92c9c | [log] [tgz] |
---|---|---|
author | Boris Brezillon <boris.brezillon@free-electrons.com> | Wed Jun 15 11:22:12 2016 +0200 |
committer | Boris Brezillon <boris.brezillon@free-electrons.com> | Mon Jul 11 08:39:59 2016 +0200 |
tree | 49abcd1e9b6a50d759254e9fe52d781d0c61d638 | |
parent | 1d6b1e4649500c170fb6e243c0b92f40bb8a0185 [diff] |
mtd: nand: sunxi: Fix OOB bytes retrieval in read_chunks_dma() The column address passed to the RNDOUT operation was missing the page size offset. Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com> Fixes: 614049a8d904 ("mtd: nand: sunxi: add support for DMA assisted operations")