aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/tps6586x-regulator.c
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2012-12-10 12:43:29 +0900
committerMark Brown <broonie@opensource.wolfsonmicro.com>2012-12-10 12:43:29 +0900
commit21e55ca4060e5a3891ab72cbbc5d6c85e3036049 (patch)
treebf2b7f4111987905b03b117c93ba03f7b03ad089 /drivers/regulator/tps6586x-regulator.c
parentMerge remote-tracking branch 'regulator/topic/tps65090' into regulator-next (diff)
parentregulator: tps6586x: fix build warning in debug build (diff)
downloadlinux-dev-21e55ca4060e5a3891ab72cbbc5d6c85e3036049.tar.xz
linux-dev-21e55ca4060e5a3891ab72cbbc5d6c85e3036049.zip
Merge remote-tracking branch 'regulator/topic/tps6586x' into regulator-next
Diffstat (limited to 'drivers/regulator/tps6586x-regulator.c')
-rw-r--r--drivers/regulator/tps6586x-regulator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/tps6586x-regulator.c b/drivers/regulator/tps6586x-regulator.c
index 9ce44109f2aa..f86da672c758 100644
--- a/drivers/regulator/tps6586x-regulator.c
+++ b/drivers/regulator/tps6586x-regulator.c
@@ -389,7 +389,7 @@ static int tps6586x_regulator_probe(struct platform_device *pdev)
int id;
int err;
- dev_dbg(&pdev->dev, "Probing regulator %d\n", id);
+ dev_dbg(&pdev->dev, "Probing regulator\n");
pdata = dev_get_platdata(pdev->dev.parent);
if ((!pdata) && (pdev->dev.parent->of_node))