diff options
author | John Crispin <john@phrozen.org> | 2016-06-10 14:27:59 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-06-11 09:29:28 +0300 |
commit | 605e4fe476956c67ced8518247e6c9601a31b868 (patch) | |
tree | eb1cdfbeed055e2e2b44512c0cd1019ad2911205 /scripts/gdb/linux/modules.py | |
parent | 562c5a70400c75f50d99de631666ac7cc2f03958 (diff) | |
download | linux-605e4fe476956c67ced8518247e6c9601a31b868.tar.xz |
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 'scripts/gdb/linux/modules.py')
0 files changed, 0 insertions, 0 deletions