diff options
| author | Jia-Ju Bai <[email protected]> | 2018-07-26 23:41:50 -0400 |
|---|---|---|
| committer | Mauro Carvalho Chehab <[email protected]> | 2018-07-27 08:15:18 -0400 |
| commit | 9d08ba6de0c52d87b1f9619df3f6faacde2134b7 (patch) | |
| tree | 4437c69fe80ae2b46513be527fe833cfff3c8e9e /tools/perf/scripts/python/bin/export-to-sqlite-report | |
| parent | dddaf754cb3af9fe779be1f6e117dc76e36cfdc2 (diff) | |
media: pci: cx88: Replace mdelay() with msleep() in dvb_register()
dvb_register() 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/bin/export-to-sqlite-report')
0 files changed, 0 insertions, 0 deletions