diff options
author | Christophe JAILLET <christophe.jaillet@wanadoo.fr> | 2020-04-27 08:18:03 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-04-27 12:07:46 -0700 |
commit | 10e3cc180e64385edc9890c6855acf5ed9ca1339 (patch) | |
tree | d2aad80e3002edbeb9fd189b3818a2380ff685bf /tools/perf/scripts/python/mem-phys-addr.py | |
parent | 4b5b71f770e2edefbfe74203777264bfe6a9927c (diff) |
net/sonic: Fix a resource leak in an error handling path in 'jazz_sonic_probe()'
A call to 'dma_alloc_coherent()' is hidden in 'sonic_alloc_descriptors()',
called from 'sonic_probe1()'.
This is correctly freed in the remove function, but not in the error
handling path of the probe function.
Fix it and add the missing 'dma_free_coherent()' call.
While at it, rename a label in order to be slightly more informative.
Fixes: efcce839360f ("[PATCH] macsonic/jazzsonic network drivers update")
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/mem-phys-addr.py')
0 files changed, 0 insertions, 0 deletions