linux/arch/mips/generic
Nicholas Mc Guire 946cf3fe1b MIPS: generic: fix missing of_node_put()
[ Upstream commit 28ec2238f3 ]

of_find_compatible_node() returns a device_node pointer with refcount
incremented and must be decremented explicitly.
 As this code is using the result only to check presence of the interrupt
controller (!NULL) but not actually using the result otherwise the
refcount can be decremented here immediately again.

Signed-off-by: Nicholas Mc Guire <hofrat@osadl.org>
Signed-off-by: Paul Burton <paul.burton@mips.com>
Patchwork: https://patchwork.linux-mips.org/patch/19820/
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: James Hogan <jhogan@kernel.org>
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-09-19 22:43:43 +02:00
..
board-boston.its.S MIPS: generic: Move Boston FIT image source to its own file 2017-08-29 15:21:52 +02:00
board-ni169445.its.S MIPS: generic: Fix NI 169445 its build 2017-10-31 22:55:44 +00:00
board-sead3.c Update MIPS email addresses 2017-11-03 09:02:30 -07:00
init.c MIPS: generic: fix missing of_node_put() 2018-09-19 22:43:43 +02:00
irq.c MIPS: Generic: Support GIC in EIC mode 2018-04-26 11:02:17 +02:00
Kconfig License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
kexec.c MIPS: Update email address for Marcin Nowakowski 2017-11-02 10:58:43 +00:00
Makefile Update MIPS email addresses 2017-11-03 09:02:30 -07:00
Platform Update MIPS email addresses 2017-11-03 09:02:30 -07:00
proc.c Update MIPS email addresses 2017-11-03 09:02:30 -07:00
vmlinux.its.S License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
yamon-dt.c Update MIPS email addresses 2017-11-03 09:02:30 -07:00