Subject: CVS commit: src/sys/dev
To: None <source-changes@NetBSD.org>
From: Rui Paulo <rpaulo@netbsd.org>
List: source-changes
Date: 02/25/2006 11:32:51
Module Name:	src
Committed By:	rpaulo
Date:		Sat Feb 25 11:32:51 UTC 2006

Modified Files:
	src/sys/dev: audio.c

Log Message:
In mixer_remove() it's better to check if lwp is not NULL before trying
to access a children node of it.

Fixes PR 32823, by Yours Truly. I guess I should read the code before
sending a PR.


To generate a diff of this commit:
cvs rdiff -r1.199 -r1.200 src/sys/dev/audio.c

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