Always evaluate expression in BUG_ON() macro to avoid unused variable
authorbluhm <bluhm@openbsd.org>
Sun, 16 Apr 2017 17:16:21 +0000 (17:16 +0000)
committerbluhm <bluhm@openbsd.org>
Sun, 16 Apr 2017 17:16:21 +0000 (17:16 +0000)
commitcbc9bc3e76ceef6e3f3645b6c1933699d57f0598
treef34d41a6875b0ed1ebe7b4334919a4f0fc24378f
parent6f20e9ea4688bb298243e47aa493e6c61795ef71
Always evaluate expression in BUG_ON() macro to avoid unused variable
warnings.  Makes non diagnostic kernel compile.
OK kettenis@
sys/dev/pci/drm/drm_linux.h