diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2009-03-18 12:31:56 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-30 11:43:30 -0400 |
commit | acc5d851b824c78df430537b6a2fc5951bec5daa (patch) | |
tree | 8945e60435628a1ed56b253de31130384787ea35 /drivers/media/video/cafe_ccic.c | |
parent | 69d94f7ec5edea85da0057c48c4f2877e5bb509e (diff) |
V4L/DVB (11120): cafe_ccic: stick in a comment with a request for test results
Due to lack of hardware this conversion to v4l2_device/v4l2_subdev is
untested. If all goes well I should be able to test it in about a month,
but just in case I can't manage that it should be made clear in the code
that this isn't tested.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/cafe_ccic.c')
-rw-r--r-- | drivers/media/video/cafe_ccic.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/media/video/cafe_ccic.c b/drivers/media/video/cafe_ccic.c index 2f4293771392..1c79369447f4 100644 --- a/drivers/media/video/cafe_ccic.c +++ b/drivers/media/video/cafe_ccic.c | |||
@@ -11,6 +11,12 @@ | |||
11 | * | 11 | * |
12 | * Written by Jonathan Corbet, corbet@lwn.net. | 12 | * Written by Jonathan Corbet, corbet@lwn.net. |
13 | * | 13 | * |
14 | * v4l2_device/v4l2_subdev conversion by: | ||
15 | * Copyright (C) 2009 Hans Verkuil <hverkuil@xs4all.nl> | ||
16 | * | ||
17 | * Note: this conversion is untested! Please contact the linux-media | ||
18 | * mailinglist if you can test this, together with the test results. | ||
19 | * | ||
14 | * This file may be distributed under the terms of the GNU General | 20 | * This file may be distributed under the terms of the GNU General |
15 | * Public License, version 2. | 21 | * Public License, version 2. |
16 | */ | 22 | */ |