]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
dmaengine: dw: dmamux: Fix device reference leak in rzn1_dmamux_route_allocate
authorMiaoqian Lin <linmq006@gmail.com>
Tue, 2 Sep 2025 09:03:58 +0000 (17:03 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 19 Sep 2025 14:37:39 +0000 (16:37 +0200)
commit6e446062d2f2236e3f2f480510e18798da496a6d
tree8dfe76f103f7c6ea0a45ab3f948cfebbcb22679a
parent0ff9df758af7022d749718fb6b8385cc5693acf3
dmaengine: dw: dmamux: Fix device reference leak in rzn1_dmamux_route_allocate

commit aa2e1e4563d3ab689ffa86ca1412ecbf9fd3b308 upstream.

The reference taken by of_find_device_by_node()
must be released when not needed anymore.
Add missing put_device() call to fix device reference leaks.

Fixes: 134d9c52fca2 ("dmaengine: dw: dmamux: Introduce RZN1 DMA router support")
Cc: stable@vger.kernel.org
Signed-off-by: Miaoqian Lin <linmq006@gmail.com>
Reviewed-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/r/20250902090358.2423285-1-linmq006@gmail.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/dma/dw/rzn1-dmamux.c