[media] v4l: Use full 32 bits for buffer flags
authorSakari Ailus <sakari.ailus@iki.fi>
Sun, 25 Aug 2013 17:00:43 +0000 (14:00 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Wed, 5 Mar 2014 19:21:54 +0000 (16:21 -0300)
The buffer flags field is 32 bits but the defined only used 16. This is
fine, but as more than 16 bits will be used in the very near future, define
them as 32-bit numbers for consistency.

Signed-off-by: Sakari Ailus <sakari.ailus@iki.fi>
Acked-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>

No differences found