commit | 3e8fc38c21d6908b394508a8c9bb220935fed4d2 | [log] [tgz] |
---|---|---|
author | Florian Fainelli <f.fainelli@gmail.com> | Fri Oct 31 15:51:34 2014 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sat Nov 01 15:13:56 2014 -0400 |
tree | cc5b2c29efc931d120c411f3a5cf2825eaf2c5df | |
parent | 437374735c0055433f8300ba59f8cf7214c58ad3 [diff] |
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 <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>