aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/pvrusb2/pvrusb2-encoder.c
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil@xs4all.nl>2007-12-12 05:04:58 -0500
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-01-25 16:04:04 -0500
commitea48c13ad0e5626b827bd7076c22df1a352e3983 (patch)
tree152c5f10a0abd3f87ac1d0017ac397fbbc45ccae /drivers/media/video/pvrusb2/pvrusb2-encoder.c
parentf19a73d620c5412e2413b778f4dad21febdd6115 (diff)
V4L/DVB (6861): cx2341x: command argument should be u32 instead of int
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/pvrusb2/pvrusb2-encoder.c')
-rw-r--r--drivers/media/video/pvrusb2/pvrusb2-encoder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/pvrusb2/pvrusb2-encoder.c b/drivers/media/video/pvrusb2/pvrusb2-encoder.c
index 52b39954f990..64062879981e 100644
--- a/drivers/media/video/pvrusb2/pvrusb2-encoder.c
+++ b/drivers/media/video/pvrusb2/pvrusb2-encoder.c
@@ -140,7 +140,7 @@ static int pvr2_encoder_read_words(struct pvr2_hdw *hdw,
140 cx2341x.ko to write to our encoder (by handing it a pointer to this 140 cx2341x.ko to write to our encoder (by handing it a pointer to this
141 function). For earlier kernels this doesn't really matter. */ 141 function). For earlier kernels this doesn't really matter. */
142static int pvr2_encoder_cmd(void *ctxt, 142static int pvr2_encoder_cmd(void *ctxt,
143 int cmd, 143 u32 cmd,
144 int arg_cnt_send, 144 int arg_cnt_send,
145 int arg_cnt_recv, 145 int arg_cnt_recv,
146 u32 *argp) 146 u32 *argp)