commit | 3f7832c26cc0cad2245981f777f3ee684399ce93 | [log] [tgz] |
---|---|---|
author | Timur Tabi <timur@codeaurora.org> | Thu Oct 12 12:42:04 2017 -0500 |
committer | David S. Miller <davem@davemloft.net> | Thu Oct 12 10:50:10 2017 -0700 |
tree | 9fb83b340b908c4b9e501c6aa63510d6dec9b74d | |
parent | 437d2762ba07f0fc639d5a09acb323fe4106a61f [diff] |
Revert "net: qcom/emac: enforce DMA address restrictions" This reverts commit df1ec1b9d0df57e96011f175418dc95b1af46821. It turns out that memory allocated via dma_alloc_coherent is always aligned to the size of the buffer, so there's no way the RRD and RFD can ever be in separate 32-bit regions. Signed-off-by: Timur Tabi <timur@codeaurora.org> Signed-off-by: David S. Miller <davem@davemloft.net>