Merge remote-tracking branch 'regulator/topic/tps6105x' into regulator-next

This commit is contained in:
Mark Brown 2013-10-24 11:11:41 +01:00
commit 6c7bdf8e63
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}