Subject: CVS commit: src/sys/dev/usb
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 04/14/2006 17:07:23
Module Name:	src
Committed By:	christos
Date:		Fri Apr 14 17:07:23 UTC 2006

Modified Files:
	src/sys/dev/usb: ohci.c

Log Message:
Coverity CID 1115: It is quite pointless to have a DIAGNOSTIC panic that
checks a variable for being NULL, and if we are not in DIAGNOSTIC code, to
just dereference it causing a crash!


To generate a diff of this commit:
cvs rdiff -r1.171 -r1.172 src/sys/dev/usb/ohci.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.