OSDN Git Service
(root)
/
uclinux-h8
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c29daff
)
regulator: pfuze100-regulator: fix spelling mistake "standy" -> "standby"
author
Colin Ian King
<colin.king@canonical.com>
Fri, 14 Sep 2018 12:38:50 +0000
(13:38 +0100)
committer
Mark Brown
<broonie@kernel.org>
Mon, 17 Sep 2018 17:38:43 +0000
(10:38 -0700)
Trivial fix to spelling mistake in dev_info message
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/pfuze100-regulator.c
patch
|
blob
|
history
diff --git
a/drivers/regulator/pfuze100-regulator.c
b/drivers/regulator/pfuze100-regulator.c
index
1e43a9d
..
dd41a9b
100644
(file)
--- a/
drivers/regulator/pfuze100-regulator.c
+++ b/
drivers/regulator/pfuze100-regulator.c
@@
-576,7
+576,7
@@
static struct pfuze_chip *syspm_pfuze_chip;
static void pfuze_power_off_prepare(void)
{
- dev_info(syspm_pfuze_chip->dev, "Configure standy mode for power off");
+ dev_info(syspm_pfuze_chip->dev, "Configure stand
b
y mode for power off");
/* Switch from default mode: APS/APS to APS/Off */
regmap_update_bits(syspm_pfuze_chip->regmap, PFUZE100_SW1ABMODE,