Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
staging: et131x: Remove alignment offset padding on DMA buffer alloca…
…tion/free This padding was used to align buffers to a 4k boundary when returned from dma_alloc_coherent(). As the buffers are already 4k aligned, and the alignment no longer performed, the padding is not needed. Signed-off-by: Mark Einon <mark.einon@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
- Loading branch information