Re: [PATCH v13 06/25] omap3isp: Use generic parser for parsing fwnode endpoints
From: Sakari Ailus <sakari.ailus@linux.intel.com>
Date: 2017-09-19 12:43:26
Also in:
linux-media
From: Sakari Ailus <sakari.ailus@linux.intel.com>
Date: 2017-09-19 12:43:26
Also in:
linux-media
On Tue, Sep 19, 2017 at 02:40:29PM +0300, Laurent Pinchart wrote:
quoted
@@ -2256,7 +2210,9 @@ static int isp_probe(struct platform_device *pdev) if (ret) return ret; - ret = isp_fwnodes_parse(&pdev->dev, &isp->notifier); + ret = v4l2_async_notifier_parse_fwnode_endpoints( + &pdev->dev, &isp->notifier, sizeof(struct isp_async_subdev), + isp_fwnode_parse); if (ret < 0)The documentation in patch 05/25 states that v4l2_async_notifier_release() should be called even if v4l2_async_notifier_parse_fwnode_endpoints() fails. I don't think that's needed here, so you might want to update the documentation (and possibly the implementation of the function).
It is. If parsing fails, async sub-devices may have been already set up. This happens e.g. when the parsing fails after the first one has been successfully set up already. -- Sakari Ailus sakari.ailus@linux.intel.com