summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/mx3_camera.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2009-02-26 14:47:44 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-02-26 14:47:44 -0300
commitb83e521a82f61e3457c258da93f43ceae36daec3 (patch)
tree47407d6c63aff85c95af85971df2f66ae508e1bf /linux/drivers/media/video/mx3_camera.c
parenta43bb4e65ce2015ec503f7933fbd136271d80c34 (diff)
parentf1b096388308b69fdc4fe54e5952a7f7beb845bb (diff)
downloadmediapointer-dvb-s2-b83e521a82f61e3457c258da93f43ceae36daec3.tar.gz
mediapointer-dvb-s2-b83e521a82f61e3457c258da93f43ceae36daec3.tar.bz2
merge: http://linuxtv.org/hg/~gliakhovetski/v4l-dvb
From: Mauro Carvalho Chehab <mchehab@redhat.com> Priority: normal Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux/drivers/media/video/mx3_camera.c')
-rw-r--r--linux/drivers/media/video/mx3_camera.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/mx3_camera.c b/linux/drivers/media/video/mx3_camera.c
index a925d093b..f525dc48f 100644
--- a/linux/drivers/media/video/mx3_camera.c
+++ b/linux/drivers/media/video/mx3_camera.c
@@ -552,7 +552,7 @@ static bool channel_change_requested(struct soc_camera_device *icd,
struct idmac_channel *ichan = mx3_cam->idmac_channel[0];
/* So far only one configuration is supported */
- return pixfmt || (ichan && rect->width * rect->height >
+ return pixfmt || (ichan && rect->width * rect->height >
icd->width * icd->height);
}