linux/arch/mips/sgi-ip27
Yury Norov bfe4ab93c8 MIPS: SGI-IP27: use WARN_ON() output
WARN_ON() propagates the result of conditional expression, and it can be
used to return early in the following expression in the arch_init_irq().

This is a no-op cleanup, except that compiler may optimize the error paths
better because WARN_ON() implies 'unlikely()'.

Signed-off-by: Yury Norov <yury.norov@gmail.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
2024-05-03 14:22:04 +02:00
..
ip27-berr.c MIPS: sgi-ip27: Fix missing prototypes 2024-01-22 11:11:49 +01:00
ip27-common.h MIPS: sgi-ip27: Fix missing prototypes 2024-01-22 11:11:49 +01:00
ip27-console.c
ip27-init.c
ip27-irq.c MIPS: SGI-IP27: use WARN_ON() output 2024-05-03 14:22:04 +02:00
ip27-klconfig.c
ip27-klnuma.c
ip27-memory.c MIPS: sgi-ip27: Fix missing prototypes 2024-01-22 11:11:49 +01:00
ip27-nmi.c MIPS: sgi-ip27: Fix missing prototypes 2024-01-22 11:11:49 +01:00
ip27-reset.c
ip27-smp.c
ip27-timer.c
ip27-xtalk.c
Kconfig
Makefile MIPS: sgi-ip27: Fix missing prototypes 2024-01-22 11:11:49 +01:00
Platform