summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/core.c
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2018-03-22 15:23:35 +0800
committerMark Brown <broonie@kernel.org>2018-03-22 15:23:35 +0800
commitd3e4eccbb8ddd2bcf906a9c2a43980b00a568eb4 (patch)
treeede0fba7e3328a8d7a705e205526095b6846741f /drivers/regulator/core.c
parent7928b2cbe55b2a410a0f5c1f154610059c57b1b2 (diff)
downloadop-kernel-dev-d3e4eccbb8ddd2bcf906a9c2a43980b00a568eb4.zip
op-kernel-dev-d3e4eccbb8ddd2bcf906a9c2a43980b00a568eb4.tar.gz
regulator: core: Add missing blank line between functions
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator/core.c')
-rw-r--r--drivers/regulator/core.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/core.c b/drivers/regulator/core.c
index dd4708c..bdd9470 100644
--- 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(&regulator_class, NULL, &state,
_regulator_suspend_late);
}
+
static int _regulator_resume_early(struct device *dev, void *data)
{
int ret = 0;
OpenPOWER on IntegriCloud