cognet 2004/02/20 12:36:55 PST
FreeBSD src repository
Modified files:
sys/dev/trm trm.c
Log:
Do not test if pDCB is not NULL, we dereference it before anyway, and it
should not happen. Add a KASSERT instead.
Reported by: Ted Unangst <tedu at coverity.com>
Spotted out by: cperciva
Revision Changes Path
1.19 +2 -3 src/sys/dev/trm/trm.c