Skip to content

Commit 52c75f5

Browse files
committed
Revert "gpio: merrifield: Restore use of irq_base"
This reverts commit 6658f87. This revert is a prerequisite for the later revert of commit 8f86a5b. Reported-by: Hans de Goede <[email protected]> Acked-by: Andy Shevchenko <[email protected]> Signed-off-by: Linus Walleij <[email protected]>
1 parent 806766a commit 52c75f5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/gpio/gpio-merrifield.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,6 @@ static int mrfld_gpio_probe(struct pci_dev *pdev, const struct pci_device_id *id
455455
if (!girq->parents)
456456
return -ENOMEM;
457457
girq->parents[0] = pdev->irq;
458-
girq->first = irq_base;
459458
girq->default_type = IRQ_TYPE_NONE;
460459
girq->handler = handle_bad_irq;
461460

0 commit comments

Comments
 (0)