diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-06-30 12:45:16 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-06-30 12:45:16 -0300 |
commit | edefe5abbee82017b6f74ca42a1606f273da719d (patch) | |
tree | 4d495e7c3d7b1bb7a967385ec4a56448857fbd5e /linux/drivers/media/video | |
parent | dd1aa5c18ef8e92324b3f0a6bac7334daa02a191 (diff) | |
download | mediapointer-dvb-s2-edefe5abbee82017b6f74ca42a1606f273da719d.tar.gz mediapointer-dvb-s2-edefe5abbee82017b6f74ca42a1606f273da719d.tar.bz2 |
Remove a bogus code
From: Mauro Carvalho Chehab <mchehab@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux/drivers/media/video')
-rw-r--r-- | linux/drivers/media/video/em28xx/em28xx-video.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/linux/drivers/media/video/em28xx/em28xx-video.c b/linux/drivers/media/video/em28xx/em28xx-video.c index b4dde89e9..3c47acee3 100644 --- a/linux/drivers/media/video/em28xx/em28xx-video.c +++ b/linux/drivers/media/video/em28xx/em28xx-video.c @@ -756,7 +756,6 @@ static int vidioc_try_fmt_vid_cap(struct file *file, void *priv, /* FIXME: This is the only supported fmt */ width = 640; height = 480; - V4L2_PIX_FMT_RGB565; } else if (dev->board.is_em2800) { /* the em2800 can only scale down to 50% */ height = height > (3 * maxh / 4) ? maxh : maxh / 2; |