提交 5fba9888 编写于 作者: S Sakari Ailus 提交者: Mauro Carvalho Chehab

[media] smiapp: Use better regulator name for the Device tree

Rename "VANA" regulator as "vana".
Signed-off-by: NSakari Ailus <sakari.ailus@iki.fi>
Acked-by: NLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: NMauro Carvalho Chehab <m.chehab@samsung.com>
上级 aca6bf54
......@@ -2355,7 +2355,7 @@ static int smiapp_registered(struct v4l2_subdev *subdev)
unsigned int i;
int rval;
sensor->vana = devm_regulator_get(&client->dev, "VANA");
sensor->vana = devm_regulator_get(&client->dev, "vana");
if (IS_ERR(sensor->vana)) {
dev_err(&client->dev, "could not get regulator for vana\n");
return -ENODEV;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册