Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 1ff95243 authored by Satendra Singh Thakur's avatar Satendra Singh Thakur Committed by Vinod Koul
Browse files

dmaengine: mediatek: hsdma_probe: fixed a memory leak when devm_request_irq fails


When devm_request_irq fails, currently, the function
dma_async_device_unregister gets called. This doesn't free
the resources allocated by of_dma_controller_register.
Therefore, we have called of_dma_controller_free for this purpose.

Signed-off-by: default avatarSatendra Singh Thakur <sst2005@gmail.com>
Link: https://lore.kernel.org/r/20191109113523.6067-1-sst2005@gmail.com


Signed-off-by: default avatarVinod Koul <vkoul@kernel.org>
parent 051f5175
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment