From: Ricardo Ribalda Date: Tue, 26 Nov 2013 08:31:42 +0000 (-0300) Subject: [media] videodev2: Set vb2_rect's width and height as unsigned X-Git-Tag: v3.14-rc1~20^2~89 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f90580ca0133c533763a6cb3e632a21098a382df;p=pandora-kernel.git [media] videodev2: Set vb2_rect's width and height as unsigned As discussed on the media summit 2013, there is no reason for the width and height to be signed. Therefore this patch is an attempt to convert those fields from __s32 to __u32. Signed-off-by: Ricardo Ribalda Delgado Acked-by: Sakari Ailus (documentation and smiapp) Acked-by: Lad, Prabhakar Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed