From: Hans Verkuil Date: Wed, 4 Mar 2015 09:48:01 +0000 (-0800) Subject: [media] v4l2-subdev: remove enum_framesizes/intervals X-Git-Tag: omap-for-v4.2/o2_dc~62^2~1^2~273 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a56b6b5fd6ff92b7e27d870b803b11b751660c2;p=pandora-kernel.git [media] v4l2-subdev: remove enum_framesizes/intervals The video and pad ops are duplicates, so get rid of the more limited video op. The whole point of the subdev API is to allow reuse of subdev drivers by bridge drivers. Having duplicate ops makes that much harder. We should never have allowed duplicate ops in the first place. A lesson for the future. Signed-off-by: Hans Verkuil Acked-by: Laurent Pinchart Acked-by: Sakari Ailus Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed