From: Florian Fainelli Date: Fri, 31 Oct 2014 22:51:34 +0000 (-0700) Subject: net: systemport: fix DMA allocation/freeing sizes X-Git-Tag: omap-for-v3.19/fixes-for-merge-window~119^2~50^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e8fc38c21d6908b394508a8c9bb220935fed4d2;p=pandora-kernel.git net: systemport: fix DMA allocation/freeing sizes We should not be allocating a single byte of DMA coherent memory, but instead a full-sized struct dma_desc (8 bytes). Fixes: 80105befdb4b ("net: systemport: add Broadcom SYSTEMPORT Ethernet MAC driver") Signed-off-by: Florian Fainelli Signed-off-by: David S. Miller --- Reading git-diff-tree failed