aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorChristopher Díaz Riveros <[email protected]>2018-01-24 16:40:43 -0500
committerMauro Carvalho Chehab <[email protected]>2018-02-26 07:57:38 -0500
commitd2d476b705b4930427d2efc38cfe0ea0c5d1cb4c (patch)
tree934fe42cb63a9aabe706b0abbe69171a12308c57 /tools/perf/scripts/python
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 <[email protected]> Signed-off-by: Hans Verkuil <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions