aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/libata-core.c
diff options
context:
space:
mode:
authorJeff Garzik <jeff@garzik.org>2006-10-05 21:03:43 -0400
committerJeff Garzik <jeff@garzik.org>2006-10-05 21:03:43 -0400
commit4ad99f15c6a3cadf36928c399459ea4fdb3d49f9 (patch)
treed0536e4da737900fa27b235f175a3d179d692200 /drivers/ata/libata-core.c
parent46767aeba58ca9357a2309765201bad38d8f5e9b (diff)
parent44aefd2706bb6f5b65ba2c38cd89e7609e2b43d3 (diff)
Merge branch 'master' into upstream-fixes
Diffstat (limited to 'drivers/ata/libata-core.c')
-rw-r--r--drivers/ata/libata-core.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/ata/libata-core.c b/drivers/ata/libata-core.c
index ad8e2c64c867..83728a9457ad 100644
--- a/drivers/ata/libata-core.c
+++ b/drivers/ata/libata-core.c
@@ -4861,7 +4861,6 @@ idle_irq:
4861 * ata_interrupt - Default ATA host interrupt handler 4861 * ata_interrupt - Default ATA host interrupt handler
4862 * @irq: irq line (unused) 4862 * @irq: irq line (unused)
4863 * @dev_instance: pointer to our ata_host information structure 4863 * @dev_instance: pointer to our ata_host information structure
4864 * @regs: unused
4865 * 4864 *
4866 * Default interrupt handler for PCI IDE devices. Calls 4865 * Default interrupt handler for PCI IDE devices. Calls
4867 * ata_host_intr() for each port that is not disabled. 4866 * ata_host_intr() for each port that is not disabled.
@@ -4873,7 +4872,7 @@ idle_irq:
4873 * IRQ_NONE or IRQ_HANDLED. 4872 * IRQ_NONE or IRQ_HANDLED.
4874 */ 4873 */
4875 4874
4876irqreturn_t ata_interrupt (int irq, void *dev_instance, struct pt_regs *regs) 4875irqreturn_t ata_interrupt (int irq, void *dev_instance)
4877{ 4876{
4878 struct ata_host *host = dev_instance; 4877 struct ata_host *host = dev_instance;
4879 unsigned int i; 4878 unsigned int i;