drivers: power: Remove duplicate newlines
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
diff --git a/drivers/power/regulator/lp873x_regulator.c b/drivers/power/regulator/lp873x_regulator.c
index c59d771..271a7e4 100644
--- a/drivers/power/regulator/lp873x_regulator.c
+++ b/drivers/power/regulator/lp873x_regulator.c
@@ -310,7 +310,6 @@
bool enable = false;
int ret;
-
ret = lp873x_buck_enable(dev, PMIC_OP_GET, &enable);
if (ret)
return ret;
diff --git a/drivers/power/regulator/lp87565_regulator.c b/drivers/power/regulator/lp87565_regulator.c
index d622d95..2212cb5 100644
--- a/drivers/power/regulator/lp87565_regulator.c
+++ b/drivers/power/regulator/lp87565_regulator.c
@@ -167,7 +167,6 @@
bool enable = false;
int ret;
-
ret = lp87565_buck_enable(dev, PMIC_OP_GET, &enable);
if (ret)
return ret;
diff --git a/drivers/power/twl6030.c b/drivers/power/twl6030.c
index 39c05f9..0cf2e50 100644
--- a/drivers/power/twl6030.c
+++ b/drivers/power/twl6030.c
@@ -29,7 +29,6 @@
.vbat_shift = TWL6032_VBAT_SHIFT,
};
-
static int twl6030_gpadc_read_channel(u8 channel_no)
{
u8 lsb = 0;