lkml.org 
[lkml]   [2017]   [Jun]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH] omap3isp: fix compilation
From
Date
On 06/16/2017 12:23 AM, Pavel Machek wrote:
>
> Fix compilation of isp.c
>
> Signed-off-by: Pavel Machek <pavel@ucw.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

\
 
 \ /
  Last update: 2017-06-16 10:03    [W:1.284 / U:0.016 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site