diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2009-03-30 05:55:27 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-30 11:43:49 -0400 |
commit | bccfa449ae5bd4cc5b52160d25fbdb1fe8a27932 (patch) | |
tree | 09ca059a87351bb1e68843557173bb2f13da8505 /drivers/media/video/saa7115.c | |
parent | 41c129a87014bb83efb3e0224bb44cfc54659f8f (diff) |
V4L/DVB (11311): v4l: replace 'ioctl' references in v4l i2c drivers
Replace 'VIDIOC_' references in v4l i2c drivers by their new v4l2_subdev
callback names.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/saa7115.c')
-rw-r--r-- | drivers/media/video/saa7115.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/saa7115.c b/drivers/media/video/saa7115.c index 591f7f98aa33..cebf159f52cf 100644 --- a/drivers/media/video/saa7115.c +++ b/drivers/media/video/saa7115.c | |||
@@ -931,8 +931,8 @@ static void saa711x_set_v4lstd(struct v4l2_subdev *sd, v4l2_std_id std) | |||
931 | /* Prevent unnecessary standard changes. During a standard | 931 | /* Prevent unnecessary standard changes. During a standard |
932 | change the I-Port is temporarily disabled. Any devices | 932 | change the I-Port is temporarily disabled. Any devices |
933 | reading from that port can get confused. | 933 | reading from that port can get confused. |
934 | Note that VIDIOC_S_STD is also used to switch from | 934 | Note that s_std is also used to switch from |
935 | radio to TV mode, so if a VIDIOC_S_STD is broadcast to | 935 | radio to TV mode, so if a s_std is broadcast to |
936 | all I2C devices then you do not want to have an unwanted | 936 | all I2C devices then you do not want to have an unwanted |
937 | side-effect here. */ | 937 | side-effect here. */ |
938 | if (std == state->std) | 938 | if (std == state->std) |