Commit 6196331e authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab Committed by Greg Kroah-Hartman
Browse files
parent 85eb5344
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -306,7 +306,7 @@ static int spmi_controller_probe(struct platform_device *pdev)
	ret = of_property_read_u32(pdev->dev.of_node, "spmi-channel",
				   &spmi_controller->channel);
	if (ret) {
		dev_err(&pdev->dev, "can not get chanel\n");
		dev_err(&pdev->dev, "can not get channel\n");
		return -ENODEV;
	}