]> Git Repo - linux.git/commit
ARM: imx: Add missing of_node_put()
authorAnson Huang <[email protected]>
Thu, 13 Feb 2020 08:35:33 +0000 (16:35 +0800)
committerShawn Guo <[email protected]>
Tue, 18 Feb 2020 09:46:08 +0000 (17:46 +0800)
commit4a4fb66119eb7135e6ce9cf61488c86f9888bb15
tree4316ba67f1cf3204c410959fc60b82943442609f
parentcc56f77e526dd1b7b29b4529367747fc4c789c66
ARM: imx: Add missing of_node_put()

After finishing using device node got from of_find_compatible_node(),
of_node_put() needs to be called.

Signed-off-by: Anson Huang <[email protected]>
Signed-off-by: Shawn Guo <[email protected]>
arch/arm/mach-imx/anatop.c
arch/arm/mach-imx/gpc.c
arch/arm/mach-imx/platsmp.c
arch/arm/mach-imx/pm-imx6.c
arch/arm/mach-imx/pm-imx7ulp.c
This page took 0.048148 seconds and 4 git commands to generate.