[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-id: <1428049570-3295-3-git-send-email-beomho.seo@samsung.com>
Date: Fri, 03 Apr 2015 17:26:09 +0900
From: Beomho Seo <beomho.seo@...sung.com>
To: sre@...nel.org, k.kozlowski@...sung.com
Cc: linux-pm@...r.kernel.org, linux-kernel@...r.kernel.org,
cw00.choi@...sung.com, inki.dae@...sung.com,
sangbae90.lee@...sung.com, Beomho Seo <beomho.seo@...sung.com>
Subject: [PATCH v2 2/2] power: max17042_battery: add missed blank
This patch add missed blank line after decalations.
Cc: Sebastian Reichel <sre@...nel.org>
Reviewed-by: Krzysztof Kozlowski <k.kozlowski@...sung.com>
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 bf5a82c..6cc5e87 100644
--- a/drivers/power/max17042_battery.c
+++ b/drivers/power/max17042_battery.c
@@ -268,6 +268,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);
}
@@ -285,6 +286,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