summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorchris <chris@NetBSD.org>2008-06-17 08:04:26 +0000
committerchris <chris@NetBSD.org>2008-06-17 08:04:26 +0000
commit464e92d443dbf410ebb77bc80d3171bdce5ee165 (patch)
tree6a2cb8d9ebf831d2eb8388f1e523fa36e33e6080 /sys/dev
parent2f1d68867cd6c59a2a92c80e2f8a606629b73d8d (diff)
Fix two KASSERT(value | (C1|C2)) to KASSERT(value & (C1|C2)) so that it
tests for something, rather than always being true. Pointed out by Andy Shevchenko in: http://mail-index.netbsd.org/port-arm/2008/06/17/msg000255.html
Diffstat (limited to 'sys/dev')
0 files changed, 0 insertions, 0 deletions