[PATCH] 2.2 - ultrastor: spurious restore_flags

From: Arnaldo Carvalho de Melo (acme@conectiva.com.br)
Date: Tue Dec 19 2000 - 17:50:59 EST


Please consider applying

                        - Arnaldo

--- linux-2.2.19-2/drivers/scsi/ultrastor.c Sat Apr 11 15:13:25 1998
+++ linux-2.2.19-2.acme/drivers/scsi/ultrastor.c Tue Dec 19 20:45:55 2000
@@ -882,9 +882,8 @@
         (inb(SYS_DOORBELL_INTR(config.doorbell_address)) & 1))
       {
         int flags;
- save_flags(flags);
         printk("Ux4F: abort while completed command pending\n");
- restore_flags(flags);
+ save_flags(flags);
         cli();
         ultrastor_interrupt(0, NULL, NULL);
         restore_flags(flags);
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sat Dec 23 2000 - 21:00:26 EST