diff options
author | Ricardo Ribalda <ricardo.ribalda@gmail.com> | 2013-08-28 04:39:29 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2013-09-26 07:31:06 -0300 |
commit | 819585bc4811bc54e316dfe521ce163816fa0ad1 (patch) | |
tree | 535e76be27bc93ede022c109407736e15c549ad4 /include/keys/asymmetric-parser.h | |
parent | ee35fa2267df3ebe36819dd5381e0067d574131f (diff) |
[media] videobuf2: Fix vb2_write prototype
struct v4_file_operations defines the data param as
const char __user *data but on vb2 is defined as
char __user *data.
This patch fixes the warnings produced by this. ie:
drivers/qtec/qtec_xform.c:817:2: warning: initialization from
incompatible pointer type [enabled by default]
drivers/qtec/qtec_xform.c:817:2: warning: (near initialization for
‘qtec_xform_v4l_fops.write’) [enabled by default]
Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com>
Acked-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'include/keys/asymmetric-parser.h')
0 files changed, 0 insertions, 0 deletions