Re: [PATCH 10/23] omap3isp: Support additional in-memory compressed bayer formats

2012-01-16 Thread Laurent Pinchart
On Wednesday 11 January 2012 22:26:47 Sakari Ailus wrote: > This also prevents accessing NULL pointer in csi2_try_format(). > > Signed-off-by: Sakari Ailus Acked-by: Laurent Pinchart -- Regards, Laurent Pinchart -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the

[PATCH 10/23] omap3isp: Support additional in-memory compressed bayer formats

2012-01-11 Thread Sakari Ailus
This also prevents accessing NULL pointer in csi2_try_format(). Signed-off-by: Sakari Ailus --- drivers/media/video/omap3isp/ispvideo.c | 13 + 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/drivers/media/video/omap3isp/ispvideo.c b/drivers/media/video/omap3isp/is