|
@@ -2817,7 +2817,6 @@ static void i91uSCBPost(u8 * host_mem, u8 * cblk_mem)
|
|
}
|
|
}
|
|
|
|
|
|
cmnd->result = cblk->tastat | (cblk->hastat << 16);
|
|
cmnd->result = cblk->tastat | (cblk->hastat << 16);
|
|
- WARN_ON(cmnd == NULL);
|
|
|
|
i91u_unmap_scb(host->pci_dev, cmnd);
|
|
i91u_unmap_scb(host->pci_dev, cmnd);
|
|
cmnd->scsi_done(cmnd); /* Notify system DONE */
|
|
cmnd->scsi_done(cmnd); /* Notify system DONE */
|
|
initio_release_scb(host, cblk); /* Release SCB for current channel */
|
|
initio_release_scb(host, cblk); /* Release SCB for current channel */
|