diff options
-rw-r--r-- | include/media/v4l2-subdev.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/media/v4l2-subdev.h b/include/media/v4l2-subdev.h index 27b28506f749..d67210a37ef3 100644 --- a/include/media/v4l2-subdev.h +++ b/include/media/v4l2-subdev.h | |||
@@ -641,7 +641,7 @@ struct v4l2_subdev_fh { | |||
641 | } | 641 | } |
642 | 642 | ||
643 | __V4L2_SUBDEV_MK_GET_TRY(v4l2_mbus_framefmt, format, try_fmt) | 643 | __V4L2_SUBDEV_MK_GET_TRY(v4l2_mbus_framefmt, format, try_fmt) |
644 | __V4L2_SUBDEV_MK_GET_TRY(v4l2_rect, crop, try_compose) | 644 | __V4L2_SUBDEV_MK_GET_TRY(v4l2_rect, crop, try_crop) |
645 | __V4L2_SUBDEV_MK_GET_TRY(v4l2_rect, compose, try_compose) | 645 | __V4L2_SUBDEV_MK_GET_TRY(v4l2_rect, compose, try_compose) |
646 | #endif | 646 | #endif |
647 | 647 | ||