]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - drivers/staging/rtl8192e/rtl8192e/rtl_core.c
Staging: rtl8192e: Eliminate use of MSECS macro
authorVaishali Thakkar <vthakkar1994@gmail.com>
Wed, 11 Mar 2015 08:21:36 +0000 (13:51 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 16 Mar 2015 14:59:15 +0000 (15:59 +0100)
commit8b9733c1ad884548ba6417fee239e54693719f41
tree99683f0f94d15db5f245f19173156c27a73a7d43
parent453ce99c26923a51740c0a4e19a75c4641b17a10
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>
drivers/staging/rtl8192e/rtl8192e/r8192E_firmware.c
drivers/staging/rtl8192e/rtl8192e/rtl_core.c
drivers/staging/rtl8192e/rtl8192e/rtl_dm.c
drivers/staging/rtl8192e/rtl8192e/rtl_ps.c
drivers/staging/rtl8192e/rtl819x_BAProc.c
drivers/staging/rtl8192e/rtl819x_TSProc.c
drivers/staging/rtl8192e/rtllib.h
drivers/staging/rtl8192e/rtllib_rx.c
drivers/staging/rtl8192e/rtllib_softmac.c