aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorJia-Ju Bai <[email protected]>2018-07-26 23:38:23 -0400
committerMauro Carvalho Chehab <[email protected]>2018-07-27 08:14:47 -0400
commitdddaf754cb3af9fe779be1f6e117dc76e36cfdc2 (patch)
treef071dd588af386784047cd4029afd11c66d9d262 /tools/perf/scripts/python
parent65155a9bbc18e4312a989a13c137c7410e1568dd (diff)
media: pci: cx88: Replace mdelay() with msleep() in cx88_card_setup_pre_i2c()
cx88_card_setup_pre_i2c() 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