projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
806766a
)
Revert "gpio: merrifield: Restore use of irq_base"
author
Linus Walleij
<linus.walleij@linaro.org>
Sun, 3 Nov 2019 22:40:48 +0000
(23:40 +0100)
committer
Linus 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
patch
|
blob
|
history
diff --git
a/drivers/gpio/gpio-merrifield.c
b/drivers/gpio/gpio-merrifield.c
index 9596024c9161fdb306f7e14a6c382bebbf80996e..4f27ddfe1e2f07363cec6ab7d20d65f819be61f1 100644
(file)
--- a/
drivers/gpio/gpio-merrifield.c
+++ b/
drivers/gpio/gpio-merrifield.c
@@
-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;