From: Guennadi Liakhovetski Date: Tue, 23 Mar 2010 14:31:46 +0000 (-0300) Subject: V4L/DVB: soc-camera: update comment X-Git-Tag: v2.6.35-rc1~480^2~131 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=ab56d5eb58182b0c9e179c33ddd3f3aabb6c798f;p=~shefty%2Frdma-dev.git V4L/DVB: soc-camera: update comment soc-camera no longer requires .set_crop() implementations to update their argument. Update the commentary. Signed-off-by: Guennadi Liakhovetski Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/video/soc_camera.c b/drivers/media/video/soc_camera.c index 0c65031f3d8..db1ca0e90d7 100644 --- a/drivers/media/video/soc_camera.c +++ b/drivers/media/video/soc_camera.c @@ -753,8 +753,7 @@ static int soc_camera_g_crop(struct file *file, void *fh, /* * According to the V4L2 API, drivers shall not update the struct v4l2_crop * argument with the actual geometry, instead, the user shall use G_CROP to - * retrieve it. However, we expect camera host and client drivers to update - * the argument, which we then use internally, but do not return to the user. + * retrieve it. */ static int soc_camera_s_crop(struct file *file, void *fh, struct v4l2_crop *a)