Re: [PATCH v2 01/48] v4l: of: Support empty port nodes

2014-03-11 Thread Sylwester Nawrocki
Hi Laurent, On 11/03/14 00:15, Laurent Pinchart wrote: > Empty port nodes are allowed but currently unsupported as the > v4l2_of_get_next_endpoint() function assumes that all port nodes have at > least an endpoint. Fix this. > > Signed-off-by: Laurent Pinchart Acked-by: Sylwester Nawrocki > -

[PATCH v2 01/48] v4l: of: Support empty port nodes

2014-03-10 Thread Laurent Pinchart
Empty port nodes are allowed but currently unsupported as the v4l2_of_get_next_endpoint() function assumes that all port nodes have at least an endpoint. Fix this. Signed-off-by: Laurent Pinchart --- drivers/media/v4l2-core/v4l2-of.c | 52 +-- 1 file changed,