提交 01f1974e 编写于 作者: K Krzysztof Kozlowski 提交者: Linus Walleij

pinctrl: samsung: Remove duplicated "wakeup" in printk

Double "wakeup" appears in printed message.
Signed-off-by: NKrzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
上级 be36abb7
...@@ -588,7 +588,7 @@ exynos_pinctrl_set_eint_wakeup_mask(struct samsung_pinctrl_drv_data *drvdata, ...@@ -588,7 +588,7 @@ exynos_pinctrl_set_eint_wakeup_mask(struct samsung_pinctrl_drv_data *drvdata,
pmu_regs = drvdata->retention_ctrl->priv; pmu_regs = drvdata->retention_ctrl->priv;
dev_info(drvdata->dev, 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); irq_chip->eint_wake_mask_value);
regmap_write(pmu_regs, irq_chip->eint_wake_mask_reg, regmap_write(pmu_regs, irq_chip->eint_wake_mask_reg,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册