Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 52c75f56 authored by Linus Walleij's avatar Linus Walleij
Browse files

Revert "gpio: merrifield: Restore use of irq_base"



This reverts commit 6658f87f.

This revert is a prerequisite for the later revert of commit
8f86a5b4.

Reported-by: default avatarHans de Goede <hdegoede@redhat.com>
Acked-by: default avatarAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 806766af
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -455,7 +455,6 @@ static int mrfld_gpio_probe(struct pci_dev *pdev, const struct pci_device_id *id
	if (!girq->parents)
		return -ENOMEM;
	girq->parents[0] = pdev->irq;
	girq->first = irq_base;
	girq->default_type = IRQ_TYPE_NONE;
	girq->handler = handle_bad_irq;