From: David Miller <davem@davemloft.net> Date: 2017-10-12 17:50:28
From: Timur Tabi <redacted>
Date: Thu, 12 Oct 2017 12:42:04 -0500
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 <redacted>