freebsd-dev/sys/dev/sound
Alexander Leidinger 9d978cc757 Convert NULL checks into KASSERT (and move them before the first
dereferencing) since a NULL value would be a bug here.

Note: Both affected functions look very similar. A refactoring may
be beneficial.

CID:		483, 485
Found with:	Coverity Prevent(tm)
Discussed with:	ariff
MFC after:	5 days
2006-02-05 17:47:26 +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 Convert NULL checks into KASSERT (and move them before the first 2006-02-05 17:47:26 +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 Convert NULL checks into KASSERT (and move them before the first 2006-02-05 17:47:26 +00:00
chip.h
driver.c Sort list of modules. 2006-01-23 11:58:01 +00:00