From: Hans Verkuil Date: Sat, 8 May 2010 20:55:00 +0000 (-0300) Subject: V4L/DVB: v4l2-subdev.h: fix enum_mbus_fmt prototype X-Git-Tag: v2.6.35-rc2~11^2~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3805f201934e5384f6e941222dc1968cb638a88c;p=pandora-kernel.git V4L/DVB: v4l2-subdev.h: fix enum_mbus_fmt prototype enum_mbus_fmt received an index argument that was defined as an int instead of an unsigned int. This is now fixed. This had the knock-on effect that the index argument in the callback get_formats in soc_camera.h also had to be changed to unsigned int. Signed-off-by: Hans Verkuil Acked-by: Guennadi Liakhovetski Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed