]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/scsi/fastlane.c
[SCSI] NCR5380: Fix bugs and canonicalize irq handler usage
[linux-2.6-omap-h63xx.git] / drivers / scsi / fastlane.c
index 2a1c5c22b9e0a9baa2f6ccf8e49e127576a38ecf..4266a2139b5fb25f02bf46966ffe94966fd98ec4 100644 (file)
@@ -142,7 +142,7 @@ int __init fastlane_esp_detect(struct scsi_host_template *tpnt)
                if (board < 0x1000000) {
                        goto err_release;
                }
-               esp = esp_allocate(tpnt, (void *)board+FASTLANE_ESP_ADDR);
+               esp = esp_allocate(tpnt, (void *)board + FASTLANE_ESP_ADDR, 0);
 
                /* Do command transfer with programmed I/O */
                esp->do_pio_cmds = 1;