regulator: tps6105x: Fix checkpatch issue
Fix the following checkpatch warning. WARNING: unnecessary whitespace before a quoted newline Signed-off-by: Jingoo Han <jg1.han@samsung.com> Acked-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Mark Brown <broonie@linaro.org>
This commit is contained in:
parent
61e6cfa80d
commit
4932e89d75
|
@ -137,7 +137,7 @@ static int tps6105x_regulator_probe(struct platform_device *pdev)
|
|||
/* This instance is not set for regulator mode so bail out */
|
||||
if (pdata->mode != TPS6105X_MODE_VOLTAGE) {
|
||||
dev_info(&pdev->dev,
|
||||
"chip not in voltage mode mode, exit probe \n");
|
||||
"chip not in voltage mode mode, exit probe\n");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue