diff options
| author | Jia-Ju Bai <[email protected]> | 2018-07-27 11:51:06 +0800 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2018-07-26 21:24:23 -0700 |
| commit | d8ad2f31f88d609e0f8e4a34f6aeeb482ee5423b (patch) | |
| tree | a187ab13b2616cb9a62b458e9a409d8ddf9b363b /tools/perf/scripts/python/powerpc-hcalls.py | |
| parent | 055d624facda577d3168951a1d6e2519e4fc30f7 (diff) | |
net: adaptec: Replace mdelay() with msleep() in starfire_init_one()
starfire_init_one() 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: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/powerpc-hcalls.py')
0 files changed, 0 insertions, 0 deletions