public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] irq updates: make eata_pio compile
@ 2006-10-18 17:29 Alan Cox
  0 siblings, 0 replies; only message in thread
From: Alan Cox @ 2006-10-18 17:29 UTC (permalink / raw)
  To: akpm, linux-kernel

Signed-off-by: Alan Cox <alan@redhat.com>

diff -u --new-file --recursive --exclude-from /usr/src/exclude linux.vanilla-2.6.19-rc2-mm1/drivers/scsi/eata_pio.c linux-2.6.19-rc2-mm1/drivers/scsi/eata_pio.c
--- linux.vanilla-2.6.19-rc2-mm1/drivers/scsi/eata_pio.c	2006-10-18 13:50:22.000000000 +0100
+++ linux-2.6.19-rc2-mm1/drivers/scsi/eata_pio.c	2006-10-18 15:25:45.000000000 +0100
@@ -203,7 +203,7 @@
 	irqreturn_t ret;
 
 	spin_lock_irqsave(dev->host_lock, flags);
-	ret = eata_pio_int_handler(irq, dev_id, regs);
+	ret = eata_pio_int_handler(irq, dev_id);
 	spin_unlock_irqrestore(dev->host_lock, flags);
 	return ret;
 }


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-10-18 17:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-18 17:29 [PATCH] irq updates: make eata_pio compile Alan Cox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox