diff options
Diffstat (limited to 'drivers/regulator/tps6586x-regulator.c')
-rw-r--r-- | drivers/regulator/tps6586x-regulator.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
383 | int id = pdev->id; | 383 | int id = pdev->id; |
384 | int err; | 384 | int err; |
385 | 385 | ||
386 | dev_dbg(&pdev->dev, "Probing reulator %d\n", id); | 386 | dev_dbg(&pdev->dev, "Probing regulator %d\n", id); |
387 | 387 | ||
388 | ri = find_regulator_info(id); | 388 | ri = find_regulator_info(id); |
389 | if (ri == NULL) { | 389 | if (ri == NULL) { |