aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/sun3_NCR5380.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/sun3_NCR5380.c')
-rw-r--r--drivers/scsi/sun3_NCR5380.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/sun3_NCR5380.c b/drivers/scsi/sun3_NCR5380.c
index 2ba1cb781091..f3cffdf5a011 100644
--- a/drivers/scsi/sun3_NCR5380.c
+++ b/drivers/scsi/sun3_NCR5380.c
@@ -1445,7 +1445,7 @@ static int NCR5380_select(struct Scsi_Host *instance, struct scsi_cmnd *cmd,
1445 local_irq_restore(flags); 1445 local_irq_restore(flags);
1446 1446
1447 /* Wait for arbitration logic to complete */ 1447 /* Wait for arbitration logic to complete */
1448#if NCR_TIMEOUT 1448#ifdef NCR_TIMEOUT
1449 { 1449 {
1450 unsigned long timeout = jiffies + 2*NCR_TIMEOUT; 1450 unsigned long timeout = jiffies + 2*NCR_TIMEOUT;
1451 1451