Revision 0f7ba7bc46fa0b574ccacf5672991b321e028492 authored by Christophe JAILLET on 03 January 2021, 00:26:26 UTC, committed by David S. Miller on 05 January 2021, 23:59:20 UTC
A call to dma_alloc_coherent() is wrapped by sonic_alloc_descriptors().

This is correctly freed in the remove function, but not in the error
handling path of the probe function. Fix this by adding the missing
dma_free_coherent() call.

While at it, rename a label in order to be slightly more informative.

Cc: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Cc: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Cc: Chris Zankel <chris@zankel.net>
References: commit 10e3cc180e64 ("net/sonic: Fix a resource leak in an error handling path in 'jazz_sonic_probe()'")
Fixes: 74f2a5f0ef64 ("xtensa: Add support for the Sonic Ethernet device for the XT2000 board.")
Fixes: efcce839360f ("[PATCH] macsonic/jazzsonic network drivers update")
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Finn Thain <fthain@telegraphics.com.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 69931e1
History
File Mode Size
Kconfig -rw-r--r-- 665 bytes
Makefile -rw-r--r-- 288 bytes
balloc.c -rw-r--r-- 18.4 KB
dir.c -rw-r--r-- 5.2 KB
directory.c -rw-r--r-- 5.8 KB
ecma_167.h -rw-r--r-- 21.7 KB
file.c -rw-r--r-- 7.3 KB
ialloc.c -rw-r--r-- 3.5 KB
inode.c -rw-r--r-- 67.0 KB
lowlevel.c -rw-r--r-- 1.5 KB
misc.c -rw-r--r-- 7.7 KB
namei.c -rw-r--r-- 33.9 KB
osta_udf.h -rw-r--r-- 9.0 KB
partition.c -rw-r--r-- 8.7 KB
super.c -rw-r--r-- 67.4 KB
symlink.c -rw-r--r-- 4.2 KB
truncate.c -rw-r--r-- 7.9 KB
udf_i.h -rw-r--r-- 1.8 KB
udf_sb.h -rw-r--r-- 4.1 KB
udfdecl.h -rw-r--r-- 8.8 KB
udfend.h -rw-r--r-- 1.6 KB
udftime.c -rw-r--r-- 3.2 KB
unicode.c -rw-r--r-- 9.2 KB

back to top