You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07: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:
committed by
Mark Brown
parent
f30b0716fe
commit
394ee3d5be
@@ -383,7 +383,7 @@ static int __devinit tps6586x_regulator_probe(struct platform_device *pdev)
|
|||||||
int id = pdev->id;
|
int id = pdev->id;
|
||||||
int err;
|
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);
|
ri = find_regulator_info(id);
|
||||||
if (ri == NULL) {
|
if (ri == NULL) {
|
||||||
|
|||||||
Reference in New Issue
Block a user