diff options
| -rw-r--r-- | usr/src/uts/common/io/cpqary3/cpqary3_transport.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/uts/common/io/cpqary3/cpqary3_transport.c b/usr/src/uts/common/io/cpqary3/cpqary3_transport.c index 1880bba69b..ba1e0fa6c0 100644 --- a/usr/src/uts/common/io/cpqary3/cpqary3_transport.c +++ b/usr/src/uts/common/io/cpqary3/cpqary3_transport.c @@ -480,11 +480,12 @@ cpqary3_dma_alloc(cpqary3_t *cpqary3p, struct scsi_pkt *scsi_pktp, case DDI_DMA_INUSE: cmn_err(CE_PANIC, "CPQary3: Another I/O transaction " "is using the DMA handle"); + break; default: cmn_err(CE_PANIC, "CPQary3: Unexpected ERROR " "returned from Call to Bind Buffer " - "to Handle : 0x%X", i); + "to Handle : 0x%X", retvalue); } ddi_dma_free_handle(&cpqary3_pktp->cmd_dmahandle); |
