Messages in this thread Patch in this message |  | | Date | Tue, 9 Jan 2001 00:29:24 -0200 | From | Arnaldo Carvalho de Melo <> | Subject | [PATCH] eata_dma.c: include missing restore_flags |
| |
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/
|  |