Commit 6196331e authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab Committed by Greg Kroah-Hartman
parent 85eb5344
...@@ -306,7 +306,7 @@ static int spmi_controller_probe(struct platform_device *pdev) ...@@ -306,7 +306,7 @@ static int spmi_controller_probe(struct platform_device *pdev)
ret = of_property_read_u32(pdev->dev.of_node, "spmi-channel", ret = of_property_read_u32(pdev->dev.of_node, "spmi-channel",
&spmi_controller->channel); &spmi_controller->channel);
if (ret) { if (ret) {
dev_err(&pdev->dev, "can not get chanel\n"); dev_err(&pdev->dev, "can not get channel\n");
return -ENODEV; return -ENODEV;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment