diff options
| author | Amitoj Kaur Chawla <[email protected]> | 2016-02-13 10:04:16 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2016-02-14 16:38:11 -0800 |
| commit | e6be66fff720f85402be6c22ec57db154bf7df76 (patch) | |
| tree | a8037c71838b1ceb55fc7373ddd9b56f949c25be /tools/perf/scripts | |
| parent | b1d96609031782a219efd0b441e196b7bfc5ed05 (diff) | |
staging: rtl8192u: r8192U_dm: 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')
0 files changed, 0 insertions, 0 deletions