From: Thierry Reding Date: Thu, 8 Mar 2012 14:51:24 +0000 (+0100) Subject: regulator: tps6586x: fix typo in debug message X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=394ee3d5bea96b6dd29ec42a797d1ee4c2af5f1d;p=linux-beck.git regulator: tps6586x: fix typo in debug message Signed-off-by: Thierry Reding Signed-off-by: Mark Brown --- diff --git a/drivers/regulator/tps6586x-regulator.c b/drivers/regulator/tps6586x-regulator.c index c75fb20faa57..29b615ce3aff 100644 --- a/drivers/regulator/tps6586x-regulator.c +++ b/drivers/regulator/tps6586x-regulator.c @@ -383,7 +383,7 @@ static int __devinit tps6586x_regulator_probe(struct platform_device *pdev) int id = pdev->id; int err; - dev_dbg(&pdev->dev, "Probing reulator %d\n", id); + dev_dbg(&pdev->dev, "Probing regulator %d\n", id); ri = find_regulator_info(id); if (ri == NULL) {