From 633a176b96bacfcc8623c8a0099596646c25dab9 Mon Sep 17 00:00:00 2001 From: "Leonid V. Fedorenchik" Date: Sat, 22 Oct 2011 01:43:51 -0300 Subject: [PATCH] --- yaml --- r: 285283 b: refs/heads/master c: a1937e191906c612e5675e52dd86c5a4b1d44a81 h: refs/heads/master i: 285281: f9c376a7971a10b436be2304817b49b502a9dec2 285279: fcb9281ed41b1ab3363c03d83b09fd45ece3762a v: v3 --- [refs] | 2 +- trunk/drivers/media/video/cx25821/cx25821-video.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 73afd2e294ea..dbc0cd24ad0c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1316b63ccde5bed161c6e346cc8f1752bd5c83cc +refs/heads/master: a1937e191906c612e5675e52dd86c5a4b1d44a81 diff --git a/trunk/drivers/media/video/cx25821/cx25821-video.c b/trunk/drivers/media/video/cx25821/cx25821-video.c index df4f5b1b114f..4cca7ee75984 100644 --- a/trunk/drivers/media/video/cx25821/cx25821-video.c +++ b/trunk/drivers/media/video/cx25821/cx25821-video.c @@ -1622,7 +1622,8 @@ int cx25821_vidioc_cropcap(struct file *file, void *priv, if (cropcap->type != V4L2_BUF_TYPE_VIDEO_CAPTURE) return -EINVAL; - cropcap->bounds.top = cropcap->bounds.left = 0; + cropcap->bounds.top = 0; + cropcap->bounds.left = 0; cropcap->bounds.width = 720; cropcap->bounds.height = dev->tvnorm == V4L2_STD_PAL_BG ? 576 : 480; cropcap->pixelaspect.numerator =