diff mbox series

pinctrl: samsung: Remove duplicated "wakeup" in printk

Message ID 20180806163340.27276-1-krzk@kernel.org (mailing list archive)
State New, archived
Headers show
Series pinctrl: samsung: Remove duplicated "wakeup" in printk | expand

Commit Message

Krzysztof Kozlowski Aug. 6, 2018, 4:33 p.m. UTC
Double "wakeup" appears in printed message.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
---
 drivers/pinctrl/samsung/pinctrl-exynos.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Linus Walleij Aug. 10, 2018, 9:01 p.m. UTC | #1
On Mon, Aug 6, 2018 at 6:33 PM Krzysztof Kozlowski <krzk@kernel.org> wrote:

> Double "wakeup" appears in printed message.
>
> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>

Patch applied.

Yours,
Linus Walleij
diff mbox series

Patch

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,