diff options
author | John Crispin <john@phrozen.org> | 2016-06-10 13:27:59 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-06-10 23:29:28 -0700 |
commit | 605e4fe476956c67ced8518247e6c9601a31b868 (patch) | |
tree | eb1cdfbeed055e2e2b44512c0cd1019ad2911205 /drivers/net/virtio_net.c | |
parent | 562c5a70400c75f50d99de631666ac7cc2f03958 (diff) |
net: mediatek: fix missing free of scratch memory
Scratch memory gets allocated in mtk_init_fq_dma() but the corresponding
code to free it is missing inside mtk_dma_free() causing a memory leak.
With this patch applied, we can run ifconfig up/down several thousand
times without any problems.
Signed-off-by: John Crispin <john@phrozen.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/virtio_net.c')
0 files changed, 0 insertions, 0 deletions