Revert "mtd: msm_qpic_nand: Don't restrict dma mapping to page boundaries"
This reverts commit 2c87f18c. The assumption made in the original commit is that the buffer address + size of the request is always less than the PAGE_SIZE, which doesn't hold true for with vmalloc'ed memory. Hence, revert the commit as the original problem is fixed with bounce buffers. Change-Id: Id14ebcf187a7aee0a8f5c0601975b55215644339 Signed-off-by:Sujit Reddy Thumma <sthumma@codeaurora.org>
Loading
Please register or sign in to comment