Messages in this thread Patch in this message |  | | Date | Mon, 8 Jan 2001 20:25:33 -0200 | From | Arnaldo Carvalho de Melo <> | Subject | Re: [PATCH] de620.c: nitpicking |
| |
Hi,
Please consider applying, no need to restore_flags here, as it is restored in the beginning of this if block.
- Arnaldo
--- linux-2.4.0-ac3/drivers/scsi/53c7,8xx.c Fri Oct 13 18:40:51 2000 +++ linux-2.4.0-ac3.acme/drivers/scsi/53c7,8xx.c Mon Jan 8 20:24:35 2001 @@ -1899,7 +1899,6 @@ hostdata->script, start); printk ("scsi%d : DSPS = 0x%x\n", host->host_no, NCR53c7x0_read32(DSPS_REG)); - restore_flags(flags); return -1; } hostdata->test_running = 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/
|  |