|
@@ -1458,7 +1458,7 @@ int pcie_init(struct controller * ctrl, struct pcie_device *dev)
|
|
|
start_int_poll_timer( php_ctlr, 10 ); /* start with 10 second delay */
|
|
|
} else {
|
|
|
/* Installs the interrupt handler */
|
|
|
- rc = request_irq(php_ctlr->irq, pcie_isr, SA_SHIRQ, MY_NAME, (void *) ctrl);
|
|
|
+ rc = request_irq(php_ctlr->irq, pcie_isr, IRQF_SHARED, MY_NAME, (void *) ctrl);
|
|
|
dbg("%s: request_irq %d for hpc%d (returns %d)\n", __FUNCTION__, php_ctlr->irq, ctlr_seq_num, rc);
|
|
|
if (rc) {
|
|
|
err("Can't get irq %d for the hotplug controller\n", php_ctlr->irq);
|