changeset 9924:12dcb38be601

6853317 incremental lint errors in audio1575
author Garrett D'Amore <gdamore@opensolaris.org>
date Sun, 21 Jun 2009 20:52:43 -0700
parents 0641efc19829
children 802183cb28a6
files usr/src/uts/common/io/audio/drv/audio1575/audio1575.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/usr/src/uts/common/io/audio/drv/audio1575/audio1575.c	Sun Jun 21 19:43:03 2009 -0700
+++ b/usr/src/uts/common/io/audio/drv/audio1575/audio1575.c	Sun Jun 21 20:52:43 2009 -0700
@@ -948,7 +948,7 @@
 	/*
 	 * We want the micboost enabled by default as well.
 	 */
-	ddi_prop_update_int(DDI_DEV_T_NONE, dip, AC97_PROP_MICBOOST, 1);
+	(void) ddi_prop_update_int(DDI_DEV_T_NONE, dip, AC97_PROP_MICBOOST, 1);
 
 	/* allocate common audio dev structure */
 	adev = audio_dev_alloc(dip, 0);