aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/pinctrl/pinctrl-exynos.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pinctrl/pinctrl-exynos.c b/drivers/pinctrl/pinctrl-exynos.c
index 0d01d19edc91..21362f48d370 100644
--- a/drivers/pinctrl/pinctrl-exynos.c
+++ b/drivers/pinctrl/pinctrl-exynos.c
@@ -447,7 +447,7 @@ static int exynos_eint_wkup_init(struct samsung_pinctrl_drv_data *d)
447 447
448 d->wkup_irqd = irq_domain_add_linear(wkup_np, d->ctrl->nr_wint, 448 d->wkup_irqd = irq_domain_add_linear(wkup_np, d->ctrl->nr_wint,
449 &exynos_wkup_irqd_ops, d); 449 &exynos_wkup_irqd_ops, d);
450 if (!d->gpio_irqd) { 450 if (!d->wkup_irqd) {
451 dev_err(dev, "wakeup irq domain allocation failed\n"); 451 dev_err(dev, "wakeup irq domain allocation failed\n");
452 return -ENXIO; 452 return -ENXIO;
453 } 453 }