Re: [PATCH 1/7] libata: remove irq_on from ata_bus_reset() and ata_std_postreset()

2007-07-12 Thread Jeff Garzik
Albert Lee wrote: It seems irq_on() in ata_bus_reset() and ata_std_postreset() are leftover of the EDD reset. Remove them. Signed-off-by: Albert Lee [EMAIL PROTECTED] applied - To unsubscribe from this list: send the line unsubscribe linux-ide in the body of a message to [EMAIL PROTECTED]

[PATCH 1/7] libata: remove irq_on from ata_bus_reset() and ata_std_postreset()

2007-07-07 Thread Albert Lee
It seems irq_on() in ata_bus_reset() and ata_std_postreset() are leftover of the EDD reset. Remove them. Signed-off-by: Albert Lee [EMAIL PROTECTED] --- diff -Nrup 00_libata-dev/drivers/ata/libata-core.c 01_remove_leftover_irqon/drivers/ata/libata-core.c ---