diff options
author | Miaoqian Lin <linmq006@gmail.com> | 2025-09-02 12:03:58 +0300 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2025-09-02 12:31:51 +0300 |
commit | aa2e1e4563d3ab689ffa86ca1412ecbf9fd3b308 (patch) | |
tree | 077da84caaa85311a631bdf13529fc6da9cbe426 /drivers/gpu/drm/amd/amdgpu/amdgpu_vm_cpu.c | |
parent | e63419dbf2ceb083c1651852209c7f048089ac0f (diff) | |
download | linux-aa2e1e4563d3ab689ffa86ca1412ecbf9fd3b308.tar.xz |
dmaengine: dw: dmamux: Fix device reference leak in rzn1_dmamux_route_allocate
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>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_vm_cpu.c')
0 files changed, 0 insertions, 0 deletions