2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-27 14:43:58 +08:00
linux-next/drivers/staging/rtl8192u
Amitoj Kaur Chawla e6be66fff7 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 <amitoj1606@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2016-02-14 16:38:11 -08:00
..
ieee80211 staging: rtl8192u: ieee80211: ieee80211_rx: Replace MSECS with msecs_to_jiffies 2016-02-14 16:38:11 -08:00
authors
changes
copying
Kconfig
Makefile
r819xU_cmdpkt.c
r819xU_cmdpkt.h rtl8192u: BIT() macro cleanup 2015-10-13 10:32:40 -07:00
r819xU_firmware_img.c
r819xU_firmware_img.h
r819xU_firmware.c
r819xU_firmware.h
r819xU_phy.c staging: rtl8192u: use to_delayed_work 2016-02-07 19:56:45 -08:00
r819xU_phy.h
r819xU_phyreg.h
r8180_93cx6.c
r8180_93cx6.h
r8190_rtl8256.c Staging: rtl8192u: Fix block comment formatting 2016-02-07 19:56:45 -08:00
r8190_rtl8256.h
r8192U_core.c staging: r8192U: Fix check pointer after usage problem 2016-02-07 20:17:18 -08:00
r8192U_dm.c staging: rtl8192u: r8192U_dm: Replace MSECS with msecs_to_jiffies 2016-02-14 16:38:11 -08:00
r8192U_dm.h
r8192U_hw.h rtl8192u: BIT() macro cleanup 2015-10-13 10:32:40 -07:00
r8192U_wx.c staging: rtl8192u: Fix block comments use * on subsequent lines in r8192U_wx.c 2016-02-07 19:56:45 -08:00
r8192U_wx.h
r8192U.h rtl8192u: BIT() macro cleanup 2015-10-13 10:32:40 -07:00