diff options
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/uts/sun/io/fd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/sun/io/fd.c b/usr/src/uts/sun/io/fd.c index 7a760aa8af..e8dcaca3c1 100644 --- a/usr/src/uts/sun/io/fd.c +++ b/usr/src/uts/sun/io/fd.c @@ -6553,7 +6553,7 @@ release_sb_dma(struct fdctlr *fdc) dma_reg = (struct sb_dma_reg *)fdc->c_dma_regs; /* Unmask all the channels to release the DMA controller */ ddi_put8(fdc->c_handlep_dma, - &dma_reg->sb_dma_regs[DMAC1_ALLMASK], NULL); + &dma_reg->sb_dma_regs[DMAC1_ALLMASK], 0); fdc->sb_dma_lock = 0; } |