diff options
| author | Amitoj Kaur Chawla <[email protected]> | 2016-02-13 10:04:10 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2016-02-14 16:38:11 -0800 |
| commit | b1d96609031782a219efd0b441e196b7bfc5ed05 (patch) | |
| tree | 5ccd27e3493e715b29489a3e693e647aa9f178f3 /tools/perf/scripts/python/syscall-counts.py | |
| parent | 4763a75289926cce327f7c25b4f757d29377d127 (diff) | |
staging: rtl8192u: ieee80211: ieee80211_rx: Replace MSECS with msecs_to_jiffies
Replace driver specific macro MSECS with msecs_to_jiffies().
This was found using the following Coccinelle semantic patch:
//<smpl>
@@
expression e;
@@
- MSECS(e)
+ msecs_to_jiffies(e)
//</smpl>
Signed-off-by: Amitoj Kaur Chawla <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions