diff options
author | Christopher Díaz Riveros <chrisadr@gentoo.org> | 2018-01-24 16:40:43 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2018-02-26 07:57:38 -0500 |
commit | d2d476b705b4930427d2efc38cfe0ea0c5d1cb4c (patch) | |
tree | 934fe42cb63a9aabe706b0abbe69171a12308c57 /net/psample/psample.c | |
parent | b605687cf517ee2b900f63f7bd99b67555531b10 (diff) |
media: s2255drv: Remove unneeded if else blocks
Given the following definitions from s2255drv.c
#define LINE_SZ_4CIFS_NTSC 640
#define LINE_SZ_2CIFS_NTSC 640
#define LINE_SZ_1CIFS_NTSC 320
and
#define LINE_SZ_4CIFS_PAL 704
#define LINE_SZ_2CIFS_PAL 704
#define LINE_SZ_1CIFS_PAL 352
f->fmt.pix.width possible values can be reduced to
LINE_SZ_4CIFS_NTSC or LINE_SZ_1CIFS_NTSC.
This patch removes unneeded if else blocks in vidioc_try_fmt_vid_cap
function.
This issue was detected by using the Coccinelle software.
Signed-off-by: Christopher Díaz Riveros <chrisadr@gentoo.org>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'net/psample/psample.c')
0 files changed, 0 insertions, 0 deletions