public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] eata_dma.c: include missing restore_flags
@ 2001-01-09  2:29 Arnaldo Carvalho de Melo
  0 siblings, 0 replies; only message in thread
From: Arnaldo Carvalho de Melo @ 2001-01-09  2:29 UTC (permalink / raw)
  To: Michael Neuffer, neuffer; +Cc: Alan Cox, linux-kernel, linux-scsi

Hi,

	Please consider applying.

- Arnaldo

--- linux-2.4.0-ac4/drivers/scsi/eata_dma.c	Mon Jan  8 20:39:29 2001
+++ linux-2.4.0-ac4.acme/drivers/scsi/eata_dma.c	Tue Jan  9 00:25:54 2001
@@ -482,7 +482,7 @@
         DBG(DBG_REQSENSE, printk(KERN_DEBUG "Tried to REQUEST SENSE\n"));
 	cmd->result = DID_OK << 16;
 	done(cmd);
-
+	restore_flags(flags);
 	return(0);
     }
 
-
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/

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-01-09  2:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-01-09  2:29 [PATCH] eata_dma.c: include missing restore_flags Arnaldo Carvalho de Melo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox