aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorJia-Ju Bai <[email protected]>2018-07-26 23:18:46 -0400
committerMauro Carvalho Chehab <[email protected]>2018-07-27 08:14:10 -0400
commit71be8dee6bf13a00bab0f568ce403b3c28c5295f (patch)
treec8a27d1f0655995e9f9adbf264b7e92898c31eb7 /tools/perf/scripts/python
parent9095b23fc2a1f64b774368a12cc91b941e200512 (diff)
media: pci: cx23885: Replace mdelay() with msleep() in cx23885_reset()
cx23885_reset() is never called in atomic context. It calls mdelay() to busily wait, which is not necessary. mdelay() can be replaced with msleep(). This is found by a static analysis tool named DCNS written by myself. Signed-off-by: Jia-Ju Bai <[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