Commit 91dca0d6 authored by Rusty Russell's avatar Rusty Russell Committed by Linus Torvalds

[PATCH] NCR5380.c compile fix

From:  Paul <set@pobox.com>
parent 29a60469
......@@ -1477,8 +1477,8 @@ static int NCR5380_select(struct Scsi_Host *instance, Scsi_Cmnd * cmd, int tag)
int len;
unsigned long timeout;
unsigned char value;
NCR5380_setup(instance);
int err;
NCR5380_setup(instance);
if (hostdata->selecting) {
if(instance->irq != IRQ_NONE)
......
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