diff options
author | David S. Miller <davem@davemloft.net> | 2009-01-02 19:12:46 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-01-02 19:12:46 -0800 |
commit | a0381a9480fffc6269d06f79da5fa5c511621c29 (patch) | |
tree | cc3e94955d6f81a680997f8038835e0d4be459d6 /arch/sparc | |
parent | 12aa0b17328a01490c9e53904767ca59596f9ea1 (diff) | |
download | kernel_goldelico_gta04-a0381a9480fffc6269d06f79da5fa5c511621c29.zip kernel_goldelico_gta04-a0381a9480fffc6269d06f79da5fa5c511621c29.tar.gz kernel_goldelico_gta04-a0381a9480fffc6269d06f79da5fa5c511621c29.tar.bz2 |
sparc: Kill bogus comment about IRQF_SHARED in pci_psycho.c
Noticed by Geert Uytterhoeven.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc')
-rw-r--r-- | arch/sparc/kernel/pci_psycho.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/sparc/kernel/pci_psycho.c b/arch/sparc/kernel/pci_psycho.c index dfb3ec8..3b34344 100644 --- a/arch/sparc/kernel/pci_psycho.c +++ b/arch/sparc/kernel/pci_psycho.c @@ -307,10 +307,7 @@ static void psycho_register_error_handlers(struct pci_pbm_info *pbm) /* We really mean to ignore the return result here. Two * PCI controller share the same interrupt numbers and - * drive the same front-end hardware. Whichever of the - * two get in here first will register the IRQ handler - * the second will just error out since we do not pass in - * IRQF_SHARED. + * drive the same front-end hardware. */ err = request_irq(op->irqs[1], psycho_ue_intr, IRQF_SHARED, "PSYCHO_UE", pbm); |