Commit bbaeeaaf authored by Beomho Seo's avatar Beomho Seo Committed by Sebastian Reichel

power: max17042_battery: add missed blank

This patch add missed blank line after decalations.
Signed-off-by: default avatarBeomho Seo <beomho.seo@samsung.com>
Reviewed-by: default avatarKrzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: default avatarSebastian Reichel <sre@kernel.org>
parent 709c2c70
...@@ -268,6 +268,7 @@ static inline void max17042_override_por(struct regmap *map, ...@@ -268,6 +268,7 @@ static inline void max17042_override_por(struct regmap *map,
static inline void max10742_unlock_model(struct max17042_chip *chip) static inline void max10742_unlock_model(struct max17042_chip *chip)
{ {
struct regmap *map = chip->regmap; struct regmap *map = chip->regmap;
regmap_write(map, MAX17042_MLOCKReg1, MODEL_UNLOCK1); regmap_write(map, MAX17042_MLOCKReg1, MODEL_UNLOCK1);
regmap_write(map, MAX17042_MLOCKReg2, MODEL_UNLOCK2); regmap_write(map, MAX17042_MLOCKReg2, MODEL_UNLOCK2);
} }
...@@ -285,6 +286,7 @@ static inline void max17042_write_model_data(struct max17042_chip *chip, ...@@ -285,6 +286,7 @@ static inline void max17042_write_model_data(struct max17042_chip *chip,
{ {
struct regmap *map = chip->regmap; struct regmap *map = chip->regmap;
int i; int i;
for (i = 0; i < size; i++) for (i = 0; i < size; i++)
regmap_write(map, addr + i, regmap_write(map, addr + i,
chip->pdata->config_data->cell_char_tbl[i]); chip->pdata->config_data->cell_char_tbl[i]);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment