diff options
| author | 2015-03-11 13:51:36 +0530 | |
|---|---|---|
| committer | 2015-03-16 15:59:15 +0100 | |
| commit | 8b9733c1ad884548ba6417fee239e54693719f41 (patch) | |
| tree | 99683f0f94d15db5f245f19173156c27a73a7d43 /scripts/diffconfig | |
| parent | Staging: rtl8192e: Remove unnecessary macro (diff) | |
Staging: rtl8192e: Eliminate use of MSECS macro
Use msecs_to_jiffies instead of driver specific macro
MSECS. This is done using Coccinelle and semantic
patch used for this is as follows:
@@expression t;@@
- MSECS(t)
+ msecs_to_jiffies(t)
Signed-off-by: Vaishali Thakkar <vthakkar1994@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts/diffconfig')
0 files changed, 0 insertions, 0 deletions
