| Kernel v2.4.1 /drivers/scsi/ppa.c |
|---|
 2.4.1
 drivers
 scsi
 ppa.c
diff -u --recursive --new-file v2.4.0/linux/drivers/scsi/ppa.c linux/drivers/scsi/ppa.c
--- v2.4.0/linux/drivers/scsi/ppa.c Thu Jan 4 13:00:55 2001
+++ linux/drivers/scsi/ppa.c Tue Jan 9 10:40:03 2001
@@ -222,8 +222,8 @@
printk(" supported by the imm (ZIP Plus) driver. If the\n");
printk(" cable is marked with \"AutoDetect\", this is what has\n");
printk(" happened.\n");
- return 0;
spin_lock_irq(&io_request_lock);
+ return 0;
}
try_again = 1;
goto retry_entry;
|