Don't use != 0 to check whether a pointer is non-NULL.
authorjsg <jsg@openbsd.org>
Mon, 3 Jan 2022 03:06:49 +0000 (03:06 +0000)
committerjsg <jsg@openbsd.org>
Mon, 3 Jan 2022 03:06:49 +0000 (03:06 +0000)
commitfe0d117cabd471d1a6fde560a92ed3a75c06227e
treed32c3633e170510dd593f1e288e78acfddaff882
parent244d81b5c3d51eaaafa9cf8babb5d1bf3b9b304f
Don't use != 0 to check whether a pointer is non-NULL.
sys/arch/arm/cortex/ampintc.c
sys/arch/armv7/broadcom/bcm2836_intr.c
sys/arch/armv7/omap/intc.c
sys/arch/armv7/sunxi/sxiintc.c
sys/arch/riscv64/dev/plic.c