Skip to content

Commit

Permalink
pinctrl: samsung: Remove duplicated "wakeup" in printk
Browse files Browse the repository at this point in the history
Double "wakeup" appears in printed message.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
  • Loading branch information
Krzysztof Kozlowski authored and Linus Walleij committed Aug 10, 2018
1 parent be36abb commit 01f1974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/pinctrl/samsung/pinctrl-exynos.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 01f1974

Please sign in to comment.