Re: [PATCH] v4l: Don't warn during link validation when encountering a V4L2 devnode

2012-10-20 Thread Sakari Ailus
On Sat, Oct 20, 2012 at 11:04:33PM +0200, Laurent Pinchart wrote: > v4l2_subdev_link_validate_get_format() retrieves the remote pad format > depending on the entity type and prints a warning if the entity type is > not supported. The type check doesn't take the subtype into account, and > thus alwa

[PATCH] v4l: Don't warn during link validation when encountering a V4L2 devnode

2012-10-20 Thread Laurent Pinchart
v4l2_subdev_link_validate_get_format() retrieves the remote pad format depending on the entity type and prints a warning if the entity type is not supported. The type check doesn't take the subtype into account, and thus always prints a warning for device node types, even when supported. Fix it. S