[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <a9582fc4-408e-3956-d609-8e7abb28f41b@xs4all.nl>
Date: Fri, 16 Jun 2017 10:03:41 +0200
From: Hans Verkuil <hverkuil@...all.nl>
To: Pavel Machek <pavel@....cz>, Sakari Ailus <sakari.ailus@....fi>
Cc: Laurent Pinchart <laurent.pinchart@...asonboard.com>,
mchehab@...nel.org, kernel list <linux-kernel@...r.kernel.org>,
ivo.g.dimitrov.75@...il.com, sre@...nel.org, pali.rohar@...il.com,
linux-media@...r.kernel.org
Subject: Re: [PATCH] omap3isp: fix compilation
On 06/16/2017 12:23 AM, Pavel Machek wrote:
>
> Fix compilation of isp.c
>
> Signed-off-by: Pavel Machek <pavel@....cz>
>
> diff --git a/drivers/media/platform/omap3isp/isp.c b/drivers/media/platform/omap3isp/isp.c
> index 4ca3fc9..b80debf 100644
> --- a/drivers/media/platform/omap3isp/isp.c
> +++ b/drivers/media/platform/omap3isp/isp.c
> @@ -2026,7 +2026,7 @@ static int isp_fwnode_parse(struct device *dev, struct fwnode_handle *fwnode,
>
> isd->bus = buscfg;
>
> - ret = v4l2_fwnode_endpoint_parse(fwn, vep);
> + ret = v4l2_fwnode_endpoint_parse(fwnode, &vep);
> if (ret)
> return ret;
>
>
You're using something old since the media tree master already uses &vep.
Regards,
Hans
Powered by blists - more mailing lists