Skip to content

Commit

Permalink
Merge remote-tracking branch 'regulator/topic/tps6105x' into regulato…
Browse files Browse the repository at this point in the history
…r-next
  • Loading branch information
Mark Brown committed Oct 24, 2013
2 parents 07afa93 + 4932e89 commit 6c7bdf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/regulator/tps6105x-regulator.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 6c7bdf8

Please sign in to comment.