commit | d98a15a5653bfae5bccc68a06a60ccf035b2c4cc | [log] [tgz] |
---|---|---|
author | Vineet Gupta <vgupta@synopsys.com> | Mon Mar 14 15:03:59 2016 +0530 |
committer | Vineet Gupta <vgupta@synopsys.com> | Sat Mar 19 14:34:08 2016 +0530 |
tree | 4e4c11c4c5bff82b61e44f6066ed8af6755add2b | |
parent | a69fe1a2c9b2bd35046cb8f4e61337825cef9239 [diff] |
ARC: dma: Use struct page based page allocator helpers vs. the ones which reutne void *, so that we can handle pages > 4GB in subsequent patches Also plug a potential page leak in case ioremap fails Signed-off-by: Vineet Gupta <vgupta@synopsys.com>