diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2006-06-26 14:31:18 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-06-27 05:17:39 +0200 |
commit | 4d6b5aee9d19d1a982d9db0b5ffea20ee94816c6 (patch) | |
tree | c466ecf92c86b32eb982bddbe1b88f324f76a11d /drivers/media/video/cx2341x.c | |
parent | V4L/DVB (4255): Tda9887 default TOP value is 0x10 (diff) | |
download | linux-4d6b5aee9d19d1a982d9db0b5ffea20ee94816c6.tar.xz linux-4d6b5aee9d19d1a982d9db0b5ffea20ee94816c6.zip |
V4L/DVB (4257): Fix 64-bit compile warnings.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/cx2341x.c')
-rw-r--r-- | drivers/media/video/cx2341x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/cx2341x.c b/drivers/media/video/cx2341x.c index 01b22eab5725..c98740979b60 100644 --- a/drivers/media/video/cx2341x.c +++ b/drivers/media/video/cx2341x.c @@ -601,7 +601,7 @@ static void cx2341x_calc_audio_properties(struct cx2341x_mpeg_params *params) } int cx2341x_ext_ctrls(struct cx2341x_mpeg_params *params, - struct v4l2_ext_controls *ctrls, int cmd) + struct v4l2_ext_controls *ctrls, unsigned int cmd) { int err = 0; int i; |