linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] cs5520: add missing IRQ setup for the second port
@ 2009-06-22 11:48 Bartlomiej Zolnierkiewicz
  2009-06-22 23:31 ` David Miller
  0 siblings, 1 reply; 12+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2009-06-22 11:48 UTC (permalink / raw)
  To: David Miller; +Cc: linux-ide, linux-kernel

From: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Subject: [PATCH] cs5520: add missing IRQ setup for the second port

Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
---
This is obviously correct regression fix.  The only problem is that
it cannot be applied under the new rigid policy before somebody with
the hardware verifies it.  This will only result in a needless delay
in this case (IMHO a common sense works better than rigid policies).

 drivers/ide/cs5520.c |    1 +
 1 file changed, 1 insertion(+)

Index: b/drivers/ide/cs5520.c
===================================================================
--- a/drivers/ide/cs5520.c
+++ b/drivers/ide/cs5520.c
@@ -135,6 +135,7 @@ static int __devinit cs5520_init_one(str
 
 	ide_pci_setup_ports(dev, d, &hw[0], &hws[0]);
 	hw[0].irq = 14;
+	hw[1].irq = 15;
 
 	return ide_host_add(d, hws, 2, NULL);
 }

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2009-06-24  9:36 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-22 11:48 [PATCH] cs5520: add missing IRQ setup for the second port Bartlomiej Zolnierkiewicz
2009-06-22 23:31 ` David Miller
2009-06-22 23:58   ` Frans Pop
2009-06-23  8:42     ` Alan Cox
2009-06-23  9:59       ` Bartlomiej Zolnierkiewicz
2009-06-23 15:33         ` Alan Cox
2009-06-23 23:44           ` David Miller
2009-06-24  9:22             ` Alan Cox
2009-06-24  9:36               ` David Miller
2009-06-23  0:30   ` Bartlomiej Zolnierkiewicz
2009-06-23  1:05     ` Bartlomiej Zolnierkiewicz
2009-06-23  4:16       ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).