Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 03/18/2006 10:59:58
Module Name:	src
Committed By:	bouyer
Date:		Sat Mar 18 10:59:58 UTC 2006

Modified Files:
	src/sys/dev/ic: wdc.c

Log Message:
__wdcwait_reset(): if we hare there we have a wdc pointer, so no need to check
if wdc is not NULL here at all (we were doing it after wdc has been
dereferenced anyway).
Coverity ID 2441.


To generate a diff of this commit:
cvs rdiff -r1.235 -r1.236 src/sys/dev/ic/wdc.c

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