Commits
![Florian Fainelli](https://secure.gravatar.com/avatar/f1377a060e971ab76b7d480b0bf67329.jpg?s=96&d=mm)
Florian Fainelli committed 3e8fc38c21d
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>