Revert "gpio: merrifield: Restore use of irq_base"
authorLinus Walleij <linus.walleij@linaro.org>
Sun, 3 Nov 2019 22:40:48 +0000 (23:40 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Sun, 3 Nov 2019 22:40:48 +0000 (23:40 +0100)
This reverts commit 6658f87f219427ee776c498e07c878eb5cad1be2.

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

Reported-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-merrifield.c

index 9596024..4f27ddf 100644 (file)
@@ -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;