NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/51717 CVS commit: src/sys/dev



The following reply was made to PR kern/51717; it has been noted by GNATS.

From: "Maya Rashish" <maya%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/51717 CVS commit: src/sys/dev
Date: Sat, 17 Dec 2016 17:04:04 +0000

 Module Name:	src
 Committed By:	maya
 Date:		Sat Dec 17 17:04:04 UTC 2016
 
 Modified Files:
 	src/sys/dev: audio.c
 
 Log Message:
 audio: don't use an uninitialized variable.
 
 PR kern/51717: audioattach erroneously fails due to uninitialized variable
 from flxd.
 
 while here, switch to use aprint_error_dev.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.284 -r1.285 src/sys/dev/audio.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index