From: Mark Einon Date: Fri, 16 Nov 2012 10:47:38 +0000 (+0000) Subject: staging: et131x: Remove alignment offset padding on DMA buffer allocation/free X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~84^2~274 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a2bd6b257592cc05e9dd3d36e5810466a075fc3;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed