From: Laurent Pinchart Date: Sat, 20 Oct 2012 20:47:22 +0000 (-0300) Subject: [media] v4l: Don't warn during link validation when encountering a V4L2 devnode X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~21^2^2~72 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=864a121274c70fe9a1767db28bd86f5e5d0016a1;p=pandora-kernel.git [media] v4l: Don't warn during link validation when encountering a V4L2 devnode 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. Signed-off-by: Laurent Pinchart Acked-by: Sakari Ailus Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed