On Sat, May 16, 2020 at 11:42:05PM +0200, Christophe JAILLET wrote: > Commit b53611fb1ce9 ("dmaengine: tegra210-adma: Fix crash during probe") > has moved some code in the probe function and reordered the error handling > path accordingly. > However, a goto has been missed. > > Fix it and goto the right label if 'dma_async_device_register()' fails, so > that all resources are released. > > Fixes: b53611fb1ce9 ("dmaengine: tegra210-adma: Fix crash during probe") > Signed-off-by: Christophe JAILLET > --- > drivers/dma/tegra210-adma.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Acked-by: Thierry Reding