diff options
| -rw-r--r-- | drivers/regulator/tps6105x-regulator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/tps6105x-regulator.c b/drivers/regulator/tps6105x-regulator.c index e0e818d89f46..c1e33a3d397b 100644 --- a/drivers/regulator/tps6105x-regulator.c +++ b/drivers/regulator/tps6105x-regulator.c | |||
| @@ -137,7 +137,7 @@ static int tps6105x_regulator_probe(struct platform_device *pdev) | |||
| 137 | /* This instance is not set for regulator mode so bail out */ | 137 | /* This instance is not set for regulator mode so bail out */ |
| 138 | if (pdata->mode != TPS6105X_MODE_VOLTAGE) { | 138 | if (pdata->mode != TPS6105X_MODE_VOLTAGE) { |
| 139 | dev_info(&pdev->dev, | 139 | dev_info(&pdev->dev, |
| 140 | "chip not in voltage mode mode, exit probe \n"); | 140 | "chip not in voltage mode mode, exit probe\n"); |
| 141 | return 0; | 141 | return 0; |
| 142 | } | 142 | } |
| 143 | 143 | ||
