From: David S. Miller Date: Sat, 3 Jan 2009 03:12:46 +0000 (-0800) Subject: sparc: Kill bogus comment about IRQF_SHARED in pci_psycho.c X-Git-Tag: v2.6.29-rc1~501^2~24 X-Git-Url: http://ftp.safe.ca/?a=commitdiff_plain;h=a0381a9480fffc6269d06f79da5fa5c511621c29;p=safe%2Fjmp%2Flinux-2.6 sparc: Kill bogus comment about IRQF_SHARED in pci_psycho.c Noticed by Geert Uytterhoeven. Signed-off-by: David S. Miller --- 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);