Skip to content
Snippets Groups Projects
Commit fbf10b86 authored by Joe Hattori's avatar Joe Hattori Committed by Shawn Guo
Browse files

firmware: imx-scu: fix OF node leak in .probe()


imx_scu_probe() calls of_parse_phandle_with_args(), but does not
release the OF node reference obtained by it. Add a of_node_put() call
after done with the node.

Fixes: f25a066d ("firmware: imx-scu: Support one TX and one RX")
Signed-off-by: default avatarJoe Hattori <joe@pf.is.s.u-tokyo.ac.jp>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 2014c95a
No related branches found
No related tags found
Loading
Loading
  • CI @project_6562_bot_3b694df01c2c1ffadb3454960c315475

    mentioned in commit 177deffb

    ·

    mentioned in commit 177deffb

    Toggle commit list
  • CI @project_6562_bot_3b694df01c2c1ffadb3454960c315475

    mentioned in commit 555f05de

    ·

    mentioned in commit 555f05de

    Toggle commit list
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment