linux/drivers/soc/imx
Anson Huang d8dfab0f4d soc: imx: soc-imx8: Avoid unnecessary of_node_put() in error handling
of_node_put() is called after of_match_node() successfully called,
then in the following error handling, of_node_put() is called again
which is unnecessary, this patch adjusts the location of of_node_put()
to avoid such scenario.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Reviewed-by: Leonard Crestez <leonard.crestez@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
2019-06-05 14:08:10 +08:00
..
Kconfig soc: imx: Add SCU SoC info driver support 2019-06-03 20:30:37 +08:00
Makefile soc: imx: Add SCU SoC info driver support 2019-06-03 20:30:37 +08:00
gpc.c ARM: SoC-related driver updates 2019-05-16 09:19:14 -07:00
gpcv2.c soc: imx: gpcv2: use devm_platform_ioremap_resource() to simplify code 2019-04-11 15:16:44 +08:00
soc-imx-scu.c soc: imx: Add SCU SoC info driver support 2019-06-03 20:30:37 +08:00
soc-imx8.c soc: imx: soc-imx8: Avoid unnecessary of_node_put() in error handling 2019-06-05 14:08:10 +08:00