提交 c4e3b144 编写于 作者: J Jingoo Han 提交者: Mark Brown

regulator: max8997: Fix checkpatch issue

Fix the following checkpatch warning.

  WARNING: quoted string split across lines
Signed-off-by: NJingoo Han <jg1.han@samsung.com>
Signed-off-by: NMark Brown <broonie@linaro.org>
上级 61e6cfa8
...@@ -690,8 +690,9 @@ static int max8997_set_voltage_buck(struct regulator_dev *rdev, ...@@ -690,8 +690,9 @@ static int max8997_set_voltage_buck(struct regulator_dev *rdev,
if (max8997->ignore_gpiodvs_side_effect == false) if (max8997->ignore_gpiodvs_side_effect == false)
return -EINVAL; return -EINVAL;
dev_warn(&rdev->dev, "MAX8997 GPIO-DVS Side Effect Warning: GPIO SET:" dev_warn(&rdev->dev,
" %d -> %d\n", max8997->buck125_gpioindex, tmp_idx); "MAX8997 GPIO-DVS Side Effect Warning: GPIO SET: %d -> %d\n",
max8997->buck125_gpioindex, tmp_idx);
out: out:
if (new_idx < 0 || new_val < 0) if (new_idx < 0 || new_val < 0)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册