Re: [PATCH v3 1/3] omap3isp: Drop redundant isp->subdevs field and ISP_MAX_SUBDEVS

2017-08-22 Thread Sakari Ailus
On Tue, Aug 22, 2017 at 03:30:22PM +0300, Laurent Pinchart wrote: > Hi Sakari, > > Thank you for the patch. > > On Friday, 18 August 2017 14:23:15 EEST Sakari Ailus wrote: > > struct omap3isp.subdevs field and ISP_MAX_SUBDEVS macro are both unused. > > Remove them. > > > > Signed-off-by: Sakari

Re: [PATCH v3 1/3] omap3isp: Drop redundant isp->subdevs field and ISP_MAX_SUBDEVS

2017-08-22 Thread Laurent Pinchart
Hi Sakari, Thank you for the patch. On Friday, 18 August 2017 14:23:15 EEST Sakari Ailus wrote: > struct omap3isp.subdevs field and ISP_MAX_SUBDEVS macro are both unused. > Remove them. > > Signed-off-by: Sakari Ailus The field and macro are still used, you only

[PATCH v3 1/3] omap3isp: Drop redundant isp->subdevs field and ISP_MAX_SUBDEVS

2017-08-18 Thread Sakari Ailus
struct omap3isp.subdevs field and ISP_MAX_SUBDEVS macro are both unused. Remove them. Signed-off-by: Sakari Ailus --- drivers/media/platform/omap3isp/isp.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/media/platform/omap3isp/isp.h