]> git.baikalelectronics.ru Git - kernel.git/commit
Staging: rtl8192u: Eliminate use of MSECS macro
authorShraddha Barke <shraddha.6596@gmail.com>
Wed, 21 Oct 2015 14:49:18 +0000 (20:19 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 25 Oct 2015 01:33:17 +0000 (18:33 -0700)
commit283ee5b3e96ba6021676e6c6949b1c792ea0ba06
tree9b54c40aac64766ffe4e337bc0a91cc5c8a68f26
parent69324e02ff2024b43f4868b9f7dc563255e9830b
Staging: rtl8192u: 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: Shraddha Barke <shraddha.6596@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192u/r8192U_core.c