6853317 incremental lint errors in audio1575
authorGarrett D'Amore <gdamore@opensolaris.org>
Sun, 21 Jun 2009 20:52:43 -0700
changeset 9924 12dcb38be601
parent 9923 0641efc19829
child 9925 802183cb28a6
6853317 incremental lint errors in audio1575
usr/src/uts/common/io/audio/drv/audio1575/audio1575.c
--- 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);