hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/scsi/aha1740.c
....@@ -545,7 +545,6 @@
545545 .can_queue = AHA1740_ECBS,
546546 .this_id = 7,
547547 .sg_tablesize = AHA1740_SCATTER,
548
- .use_clustering = ENABLE_CLUSTERING,
549548 .eh_abort_handler = aha1740_eh_abort_handler,
550549 };
551550
....@@ -593,7 +592,6 @@
593592 DMA_BIDIRECTIONAL);
594593 if (!host->ecb_dma_addr) {
595594 printk (KERN_ERR "aha1740_probe: Couldn't map ECB, giving up\n");
596
- scsi_host_put (shpnt);
597595 goto err_host_put;
598596 }
599597