staging: et131x: Remove alignment offset padding on DMA buffer allocation/free
authorMark Einon <mark.einon@gmail.com>
Fri, 16 Nov 2012 10:47:38 +0000 (10:47 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 21 Nov 2012 21:57:27 +0000 (13:57 -0800)
commit1a2bd6b257592cc05e9dd3d36e5810466a075fc3
treef05a93f8ab2263d9b7180e22cfa92db4c12f5859
parent15ffde4d36c30d81cd04a154960608486a1464f4
staging: et131x: Remove alignment offset padding on DMA buffer allocation/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>
drivers/staging/et131x/et131x.c
This page took 0.027177 seconds and 5 git commands to generate.