linux-stable/arch/mips/generic
Nicholas Mc Guire 28ec2238f3
MIPS: generic: fix missing of_node_put()
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
2018-07-27 19:48:57 -07: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-ocelot.c MIPS: generic: Add support for Microsemi Ocelot 2018-03-21 23:33:10 +00:00
board-ocelot_pcb123.its.S mips: mscc: build FIT image for Ocelot 2018-07-24 17:42:19 -07:00
board-ranchu.c MIPS: generic: Fix ranchu_of_match[] termination 2018-02-05 10:39:51 +00:00
board-sead3.c Update MIPS email addresses 2017-11-03 09:02:30 -07:00
board-xilfpga.its.S MIPS: generic: Add support for MIPSfpga 2017-11-08 22:53:44 +00:00
init.c MIPS: generic: fix missing of_node_put() 2018-07-27 19:48:57 -07:00
irq.c MIPS: Generic: Support GIC in EIC mode 2018-02-05 14:36:03 +00:00
Kconfig mips: mscc: build FIT image for Ocelot 2018-07-24 17:42:19 -07:00
kexec.c MIPS: Update email address for Marcin Nowakowski 2017-11-02 10:58:43 +00:00
Makefile MIPS: generic: Add support for Microsemi Ocelot 2018-03-21 23:33:10 +00:00
Platform mips: mscc: build FIT image for Ocelot 2018-07-24 17:42:19 -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