1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-17 15:27:36 +00:00
freebsd/sys/dev/sound
Alexander Leidinger cd9de7ee61 A pointer was checked for NULL after dereferencing it. The check is not
needed here, except there's a bug which results in detaching the device
twice.

Move the NULL pointer check to the beginning of the function and convert
it into a KASSERT.

CID:		420
Found with:	Coverity Prevent(tm)
Discussed with:	ariff
MFC after:	5 days
2006-02-05 17:33:18 +00:00
..
isa Fix memory leak in some failure cases. 2006-02-05 17:10:52 +00:00
pci A pointer was checked for NULL after dereferencing it. The check is not 2006-02-05 17:33:18 +00:00
pcm Fix some potential NULL pointer dereferences. 2006-01-29 16:48:41 +00:00
sbus Take advantage of ebus(4) having switched to SYS_RES_MEMORY for the 2005-05-19 18:13:49 +00:00
usb Fix some kind of "off by one"-error: the min or max sample rate the 2005-12-29 18:11:11 +00:00
chip.h
driver.c Sort list of modules. 2006-01-23 11:58:01 +00:00