Commit 1dc09e12 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Martin K. Petersen

scsi: aha1740: stop using scsi_unregister

aha1740 doesn't use scsi_register, so it should not use scsi_unregister
either.
Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
parent 59ee5669
...@@ -592,7 +592,7 @@ static int aha1740_probe (struct device *dev) ...@@ -592,7 +592,7 @@ static int aha1740_probe (struct device *dev)
DMA_BIDIRECTIONAL); DMA_BIDIRECTIONAL);
if (!host->ecb_dma_addr) { if (!host->ecb_dma_addr) {
printk (KERN_ERR "aha1740_probe: Couldn't map ECB, giving up\n"); printk (KERN_ERR "aha1740_probe: Couldn't map ECB, giving up\n");
scsi_unregister (shpnt); scsi_host_put (shpnt);
goto err_host_put; goto err_host_put;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment