commit | 605e4fe476956c67ced8518247e6c9601a31b868 | [log] [tgz] |
---|---|---|
author | John Crispin <john@phrozen.org> | Fri Jun 10 13:27:59 2016 +0200 |
committer | David S. Miller <davem@davemloft.net> | Fri Jun 10 23:29:28 2016 -0700 |
tree | eb1cdfbeed055e2e2b44512c0cd1019ad2911205 | |
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>