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
OPP: OF: Fix an OF node leak in _opp_add_static_v2()
_opp_add_static_v2() leaks the obtained OF node reference when
_of_opp_alloc_required_opps() fails. Add an of_node_put() call in the
error path.
Fixes: 3466ea2 ("OPP: Don't drop opp->np reference while it is still in use")
Signed-off-by: Joe Hattori <[email protected]>
Signed-off-by: Viresh Kumar <[email protected]>
0 commit comments