[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-id: <1427808574-19397-4-git-send-email-beomho.seo@samsung.com>
Date: Tue, 31 Mar 2015 22:29:34 +0900
From: Beomho Seo <beomho.seo@...sung.com>
To: lee.jones@...aro.org, galak@...eaurora.org
Cc: linux-kernel@...r.kernel.org, cw00.choi@...sung.com,
sangbae90.lee@...sung.com, inki.dae@...sung.com,
k.kozlowski@...sung.com, myungjoo.ham@...sung.com,
jonghwa3.lee@...sung.com, Beomho Seo <beomho.seo@...sung.com>,
Sebastian Reichel <sre@...nel.org>
Subject: [PATCH 3/3] power: max17042_battery: add missed blank
This patch add missed blank line after decalations.
Cc: Sebastian Reichel <sre@...nel.org>
Signed-off-by: Beomho Seo <beomho.seo@...sung.com>
---
drivers/power/max17042_battery.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/power/max17042_battery.c b/drivers/power/max17042_battery.c
index 806ac2e..c05f1e7 100644
--- a/drivers/power/max17042_battery.c
+++ b/drivers/power/max17042_battery.c
@@ -269,6 +269,7 @@ static inline void max17042_override_por(struct regmap *map,
static inline void max10742_unlock_model(struct max17042_chip *chip)
{
struct regmap *map = chip->regmap;
+
regmap_write(map, MAX17042_MLOCKReg1, MODEL_UNLOCK1);
regmap_write(map, MAX17042_MLOCKReg2, MODEL_UNLOCK2);
}
@@ -286,6 +287,7 @@ static inline void max17042_write_model_data(struct max17042_chip *chip,
{
struct regmap *map = chip->regmap;
int i;
+
for (i = 0; i < size; i++)
regmap_write(map, addr + i,
chip->pdata->config_data->cell_char_tbl[i]);
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists