kernel/drivers/scsi/aha1740.c
.. .. @@ -545,7 +545,6 @@ 545 545 .can_queue = AHA1740_ECBS, 546 546 .this_id = 7, 547 547 .sg_tablesize = AHA1740_SCATTER, 548 - .use_clustering = ENABLE_CLUSTERING,549 548 .eh_abort_handler = aha1740_eh_abort_handler, 550 549 }; 551 550 .. .. @@ -593,7 +592,6 @@ 593 592 DMA_BIDIRECTIONAL); 594 593 if (!host->ecb_dma_addr) { 595 594 printk (KERN_ERR "aha1740_probe: Couldn't map ECB, giving up\n"); 596 - scsi_host_put (shpnt);597 595 goto err_host_put; 598 596 } 599 597