Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e77addc5 authored by Sachin Kamat's avatar Sachin Kamat Committed by Mark Brown
Browse files

regulator: dbx500-prcmu: Silence checkpatch warnings



Silences the following warning type:
WARNING: Missing a blank line after declarations

Signed-off-by: default avatarSachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: default avatarMark Brown <broonie@linaro.org>
parent cb487c5c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -78,6 +78,7 @@ static struct ux500_regulator_debug {
void ux500_regulator_suspend_debug(void)
{
	int i;

	for (i = 0; i < rdebug.num_regulators; i++)
		rdebug.state_before_suspend[i] =
			rdebug.regulator_array[i].is_enabled;
@@ -86,6 +87,7 @@ void ux500_regulator_suspend_debug(void)
void ux500_regulator_resume_debug(void)
{
	int i;

	for (i = 0; i < rdebug.num_regulators; i++)
		rdebug.state_after_suspend[i] =
			rdebug.regulator_array[i].is_enabled;