[PATCH] eata_dma.c: include missing restore_flags

Arnaldo Carvalho de Melo (acme@conectiva.com.br)
Tue, 9 Jan 2001 00:29:24 -0200


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/