diff options
Diffstat (limited to 'drivers/media/v4l2-core/v4l2-compat-ioctl32.c')
-rw-r--r-- | drivers/media/v4l2-core/v4l2-compat-ioctl32.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/v4l2-core/v4l2-compat-ioctl32.c b/drivers/media/v4l2-core/v4l2-compat-ioctl32.c index 1b18616e20e4..7e23e1920cc7 100644 --- a/drivers/media/v4l2-core/v4l2-compat-ioctl32.c +++ b/drivers/media/v4l2-core/v4l2-compat-ioctl32.c | |||
@@ -787,8 +787,8 @@ static int put_v4l2_subdev_edid32(struct v4l2_subdev_edid *kp, struct v4l2_subde | |||
787 | #define VIDIOC_DQBUF32 _IOWR('V', 17, struct v4l2_buffer32) | 787 | #define VIDIOC_DQBUF32 _IOWR('V', 17, struct v4l2_buffer32) |
788 | #define VIDIOC_ENUMSTD32 _IOWR('V', 25, struct v4l2_standard32) | 788 | #define VIDIOC_ENUMSTD32 _IOWR('V', 25, struct v4l2_standard32) |
789 | #define VIDIOC_ENUMINPUT32 _IOWR('V', 26, struct v4l2_input32) | 789 | #define VIDIOC_ENUMINPUT32 _IOWR('V', 26, struct v4l2_input32) |
790 | #define VIDIOC_SUBDEV_G_EDID32 _IOWR('V', 63, struct v4l2_subdev_edid32) | 790 | #define VIDIOC_SUBDEV_G_EDID32 _IOWR('V', 40, struct v4l2_subdev_edid32) |
791 | #define VIDIOC_SUBDEV_S_EDID32 _IOWR('V', 64, struct v4l2_subdev_edid32) | 791 | #define VIDIOC_SUBDEV_S_EDID32 _IOWR('V', 41, struct v4l2_subdev_edid32) |
792 | #define VIDIOC_TRY_FMT32 _IOWR('V', 64, struct v4l2_format32) | 792 | #define VIDIOC_TRY_FMT32 _IOWR('V', 64, struct v4l2_format32) |
793 | #define VIDIOC_G_EXT_CTRLS32 _IOWR('V', 71, struct v4l2_ext_controls32) | 793 | #define VIDIOC_G_EXT_CTRLS32 _IOWR('V', 71, struct v4l2_ext_controls32) |
794 | #define VIDIOC_S_EXT_CTRLS32 _IOWR('V', 72, struct v4l2_ext_controls32) | 794 | #define VIDIOC_S_EXT_CTRLS32 _IOWR('V', 72, struct v4l2_ext_controls32) |