diff options
| author | Amitoj Kaur Chawla <[email protected]> | 2016-02-13 10:03:47 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2016-02-14 16:38:11 -0800 |
| commit | f3b8a53c6d0145eae7f5e9b452a9f6f3d03e17cc (patch) | |
| tree | 2a7adc1f99bcec1e5858dc7a75ba042216130ccb /tools/perf/scripts/python/event_analyzing_sample.py | |
| parent | 9c583af90a8ead5032b90492b66dd7117591a528 (diff) | |
staging: rtl8192u: ieee80211: rtl819x_TSProc: 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/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions