|
@@ -1726,7 +1726,7 @@ static int ps3_gelic_driver_probe(struct ps3_system_bus_device *dev)
|
|
|
goto fail_alloc_irq;
|
|
|
}
|
|
|
result = request_irq(card->irq, gelic_card_interrupt,
|
|
|
- IRQF_DISABLED, netdev->name, card);
|
|
|
+ 0, netdev->name, card);
|
|
|
|
|
|
if (result) {
|
|
|
dev_info(ctodev(card), "%s:request_irq failed (%d)\n",
|