[media] v4l: Fix typo in v4l2_subdev_get_try_crop()
[firefly-linux-kernel-4.4.55.git] / include / media / v4l2-subdev.h
index 27b28506f749bdcd76a646b7a436f77a52cc6c1d..d67210a37ef376192dcd70e5004c4b526ea753e8 100644 (file)
@@ -641,7 +641,7 @@ struct v4l2_subdev_fh {
        }
 
 __V4L2_SUBDEV_MK_GET_TRY(v4l2_mbus_framefmt, format, try_fmt)
-__V4L2_SUBDEV_MK_GET_TRY(v4l2_rect, crop, try_compose)
+__V4L2_SUBDEV_MK_GET_TRY(v4l2_rect, crop, try_crop)
 __V4L2_SUBDEV_MK_GET_TRY(v4l2_rect, compose, try_compose)
 #endif