diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2018-08-06 19:33:40 +0300 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2018-08-11 00:01:01 +0300 |
commit | 01f1974e5f08732de6cecc4287788a99cfc3b325 (patch) | |
tree | a481b3d8bbc0d9564b37f1c24d6247cc59ba9e76 /drivers/pinctrl | |
parent | be36abb71d878f3320412a84e6bbec8dd796010c (diff) | |
download | linux-01f1974e5f08732de6cecc4287788a99cfc3b325.tar.xz |
pinctrl: samsung: Remove duplicated "wakeup" in printk
Double "wakeup" appears in printed message.
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl')
-rw-r--r-- | drivers/pinctrl/samsung/pinctrl-exynos.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pinctrl/samsung/pinctrl-exynos.c b/drivers/pinctrl/samsung/pinctrl-exynos.c index 40ef14956876..f49ea3d92aa1 100644 --- a/drivers/pinctrl/samsung/pinctrl-exynos.c +++ b/drivers/pinctrl/samsung/pinctrl-exynos.c @@ -588,7 +588,7 @@ exynos_pinctrl_set_eint_wakeup_mask(struct samsung_pinctrl_drv_data *drvdata, pmu_regs = drvdata->retention_ctrl->priv; dev_info(drvdata->dev, - "Setting external wakeup interrupt wakeup mask: 0x%x\n", + "Setting external wakeup interrupt mask: 0x%x\n", irq_chip->eint_wake_mask_value); regmap_write(pmu_regs, irq_chip->eint_wake_mask_reg, |