You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dmaengine: ti: edma: fix OF node reference leaks in edma_driver
[ Upstream commit e883c64 ]
The .probe() of edma_driver calls of_parse_phandle_with_fixed_args() but
does not release the obtained OF nodes. Thus add a of_node_put() call.
This bug was found by an experimental verification tool that I am
developing.
Fixes: 1be5336 ("dmaengine: edma: New device tree binding")
Signed-off-by: Joe Hattori <[email protected]>
Reviewed-by: Dan Carpenter <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Vinod Koul <[email protected]>
Signed-off-by: Sasha Levin <[email protected]>
(cherry picked from commit 5057f4d0cf65e2b23121784b7d5b79c19af3b4f5)
Signed-off-by: Sherry Yang <[email protected]>
0 commit comments