提交 7236aa03 编写于 作者: T Thierry Reding

drm/tegra: Use proper data type

The last argument to of_get_property() is a pointer to an int, rather
than size_t.
Signed-off-by: NThierry Reding <treding@nvidia.com>
上级 acde5413
......@@ -191,8 +191,7 @@ int tegra_output_probe(struct tegra_output *output)
{
struct device_node *ddc, *panel;
enum of_gpio_flags flags;
size_t size;
int err;
int err, size;
if (!output->of_node)
output->of_node = output->dev->of_node;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册