projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7928b2c
)
regulator: core: Add missing blank line between functions
author
Mark Brown
<broonie@kernel.org>
Thu, 22 Mar 2018 07:23:35 +0000
(15:23 +0800)
committer
Mark Brown
<broonie@kernel.org>
Thu, 22 Mar 2018 07:23:35 +0000
(15:23 +0800)
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/core.c
patch
|
blob
|
history
diff --git
a/drivers/regulator/core.c
b/drivers/regulator/core.c
index dd4708c58480d277e0346f9b287831b080f8af6b..bdd9470839249cea5f95c4692d831d93c99bad62 100644
(file)
--- a/
drivers/regulator/core.c
+++ b/
drivers/regulator/core.c
@@
-4301,6
+4301,7
@@
static int regulator_suspend_late(struct device *dev)
return class_for_each_device(®ulator_class, NULL, &state,
_regulator_suspend_late);
}
+
static int _regulator_resume_early(struct device *dev, void *data)
{
int ret = 0;