]> asedeno.scripts.mit.edu Git - linux.git/commit
soc: imx: soc-imx8: Avoid unnecessary of_node_put() in error handling
authorAnson Huang <Anson.Huang@nxp.com>
Fri, 24 May 2019 05:51:00 +0000 (13:51 +0800)
committerShawn Guo <shawnguo@kernel.org>
Wed, 5 Jun 2019 06:08:10 +0000 (14:08 +0800)
commitd8dfab0f4d0669ae299511e3ab3e79f312476f75
treef33c9f29e168cb2318a1f5d769105211d7bc2cd8
parent15f5276a2fb1ad70d7a8e6321dd751c3d081e422
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>
drivers/soc/imx/soc-imx8.c