summaryrefslogtreecommitdiff
path: root/include/media
diff options
context:
space:
mode:
authorChristopher Díaz Riveros <chrisadr@gentoo.org>2018-01-24 16:40:43 -0500
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2018-02-26 07:57:38 -0500
commitd2d476b705b4930427d2efc38cfe0ea0c5d1cb4c (patch)
tree934fe42cb63a9aabe706b0abbe69171a12308c57 /include/media
parentb605687cf517ee2b900f63f7bd99b67555531b10 (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 'include/media')
0 files changed, 0 insertions, 0 deletions