]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/regulator/tps6105x-regulator.c
Merge remote-tracking branch 'regulator/topic/tps6105x' into regulator-next
[karo-tx-linux.git] / drivers / regulator / tps6105x-regulator.c
index e0e818d89f46673aa50f11377cec58b83cbb6e04..c1e33a3d397b6a62b88fc14e8e2fc0c1ae6a8ec2 100644 (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;
        }