Commit a0381a94 authored by David S. Miller's avatar David S. Miller

sparc: Kill bogus comment about IRQF_SHARED in pci_psycho.c

Noticed by Geert Uytterhoeven.
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 12aa0b17
...@@ -307,10 +307,7 @@ static void psycho_register_error_handlers(struct pci_pbm_info *pbm) ...@@ -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 /* We really mean to ignore the return result here. Two
* PCI controller share the same interrupt numbers and * PCI controller share the same interrupt numbers and
* drive the same front-end hardware. Whichever of the * drive the same front-end hardware.
* two get in here first will register the IRQ handler
* the second will just error out since we do not pass in
* IRQF_SHARED.
*/ */
err = request_irq(op->irqs[1], psycho_ue_intr, IRQF_SHARED, err = request_irq(op->irqs[1], psycho_ue_intr, IRQF_SHARED,
"PSYCHO_UE", pbm); "PSYCHO_UE", pbm);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment