From: Marek Szyprowski Date: Wed, 24 Aug 2011 09:43:36 +0000 (-0300) Subject: [media] media: vb2: change plane sizes array to unsigned int[] X-Git-Tag: v3.2-rc1~112^2~216 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=035aa1475d6e4afdf97dccf6c6d6059063398b57;p=pandora-kernel.git [media] media: vb2: change plane sizes array to unsigned int[] Plane sizes array was declared as unsigned long[], while unsigned int is more than enough for storing size of the video buffer. This patch reduces the size of the array by definiting it as unsigned int[]. Reported-by: Laurent Pinchart Signed-off-by: Marek Szyprowski Signed-off-by: Kyungmin Park CC: Pawel Osciak Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed