mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-13 00:29:50 +00:00
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…
x
Reference in New Issue
Block a user