linux/arch/powerpc/sysdev/xics
YueHaibing 589b1f7e4b powerpc/xics: Add missing of_node_put() in error path
The device node obtained with of_find_compatible_node() should be
released by calling of_node_put().  But it was not released when
of_get_property() failed.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
[mpe: Invert the sense of the if so we only need one return path]
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
2018-06-03 20:43:35 +10:00
..
icp-hv.c
icp-native.c powerpc/64: Use array of paca pointers and allocate pacas individually 2018-03-30 23:34:23 +11:00
icp-opal.c
ics-opal.c
ics-rtas.c
Kconfig
Makefile
xics-common.c powerpc/xics: Add missing of_node_put() in error path 2018-06-03 20:43:35 +10:00