lkml.org 
[lkml]   [2000]   [Dec]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] 2.2 - ultrastor: spurious restore_flags

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/
\
 
 \ /
  Last update: 2005-03-22 12:52    [W:0.042 / U:0.452 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site