projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3cde95
)
regulator: s5m8767: Fix a warning message
author
Christophe JAILLET
<christophe.jaillet@wanadoo.fr>
Tue, 3 Dec 2019 21:48:38 +0000
(22:48 +0100)
committer
Mark Brown
<broonie@kernel.org>
Wed, 4 Dec 2019 12:13:27 +0000
(12:13 +0000)
Axe a duplicated word ("property") in a warning message.
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org>
Link:
https://lore.kernel.org/r/20191203214838.9680-1-christophe.jaillet@wanadoo.fr
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/s5m8767.c
patch
|
blob
|
history
diff --git
a/drivers/regulator/s5m8767.c
b/drivers/regulator/s5m8767.c
index
bdc0773
..
12d6b8d
100644
(file)
--- a/
drivers/regulator/s5m8767.c
+++ b/
drivers/regulator/s5m8767.c
@@
-588,7
+588,7
@@
static int s5m8767_pmic_dt_parse_pdata(struct platform_device *pdev,
if (of_property_read_u32(reg_np, "op_mode",
&rmode->mode)) {
dev_warn(iodev->dev,
- "no op_mode property
property
at %pOF\n",
+ "no op_mode property at %pOF\n",
reg_np);
rmode->mode = S5M8767_OPMODE_NORMAL_MODE;