1
0
Fork 0

regulator: core: Add missing blank line between functions

Signed-off-by: Mark Brown <broonie@kernel.org>
hifive-unleashed-5.1
Mark Brown 2018-03-22 15:23:35 +08:00
parent 7928b2cbe5
commit d3e4eccbb8
No known key found for this signature in database
GPG Key ID: 24D68B725D5487D0
1 changed files with 1 additions and 0 deletions

View File

@ -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;