mirror of https://gitee.com/openkylin/linux.git
regulator: tps6586x: fix typo in debug message
Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
parent
f30b0716fe
commit
394ee3d5be
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue