CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org 2017/09/10 23:44:22
Modified files: sys/arch/armv7/omap: nxphdmi.c Log message: Don't test if an array is NULL. Fixes the build with clang which raised a -Wtautological-pointer-compare warning. ok ians@