[PATCH 4/7] libata: move polling idle irq check to ata_host_intr()

2007-05-11 Thread Albert Lee
patch 4/7: move the polling idle irq check from ata_interrupt() to ata_host_intr(), where it makes more sense. Signed-off-by: Albert Lee [EMAIL PROTECTED] --- diff -Nrup 03_smart_flush/drivers/ata/libata-core.c 04_polling_check/drivers/ata/libata-core.c ---

Re: [PATCH 4/7] libata: move polling idle irq check to ata_host_intr()

2007-05-11 Thread Tejun Heo
Albert Lee wrote: patch 4/7: move the polling idle irq check from ata_interrupt() to ata_host_intr(), where it makes more sense. Signed-off-by: Albert Lee [EMAIL PROTECTED] --- diff -Nrup 03_smart_flush/drivers/ata/libata-core.c 04_polling_check/drivers/ata/libata-core.c ---

Re: [PATCH 4/7] libata: move polling idle irq check to ata_host_intr()

2007-05-11 Thread Albert Lee
Tejun Heo wrote: diff -Nrup 03_smart_flush/drivers/ata/libata-core.c 04_polling_check/drivers/ata/libata-core.c --- 03_smart_flush/drivers/ata/libata-core.c 2007-05-11 10:24:19.0 +0800 +++ 04_polling_check/drivers/ata/libata-core.c2007-05-11 10:25:09.0 +0800 @@