diff options
| author | Garrett D'Amore <gdamore@opensolaris.org> | 2009-10-07 16:47:57 -0700 |
|---|---|---|
| committer | Garrett D'Amore <gdamore@opensolaris.org> | 2009-10-07 16:47:57 -0700 |
| commit | 26f848ca9bce766fd7e67d1a3b418c37698e319b (patch) | |
| tree | 5ccdad009543ffb502aac7db947c5e203b5346ae | |
| parent | f33c1cdb6d38eb0715f03cf492f31c3d4d395c98 (diff) | |
| download | illumos-joyent-26f848ca9bce766fd7e67d1a3b418c37698e319b.tar.gz | |
6889356 late lint error reported by SS12 in audiovia97
| -rw-r--r-- | usr/src/uts/common/io/audio/drv/audiovia97/audiovia97.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/common/io/audio/drv/audiovia97/audiovia97.c b/usr/src/uts/common/io/audio/drv/audiovia97/audiovia97.c index 4a97b175e4..662729593a 100644 --- a/usr/src/uts/common/io/audio/drv/audiovia97/audiovia97.c +++ b/usr/src/uts/common/io/audio/drv/audiovia97/audiovia97.c @@ -576,7 +576,7 @@ via97_alloc_port(via97_devc_t *devc, int num) } OUTL(devc, portc->base + 4, portc->sgd_paddr); - ddi_dma_sync(portc->sgd_dmah, 0, 0, DDI_DMA_SYNC_FORDEV); + (void) ddi_dma_sync(portc->sgd_dmah, 0, 0, DDI_DMA_SYNC_FORDEV); portc->engine = audio_engine_alloc(&via97_engine_ops, caps); if (portc->engine == NULL) { |
