git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
453ce99
)
Staging: rtl8192e: Eliminate use of MSECS macro
author
Vaishali Thakkar
<vthakkar1994@gmail.com>
Wed, 11 Mar 2015 08:21:36 +0000
(13:51 +0530)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Mon, 16 Mar 2015 14:59:15 +0000
(15:59 +0100)
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
patch
|
blob
|
history
drivers/staging/rtl8192e/rtl8192e/rtl_core.c
patch
|
blob
|
history
drivers/staging/rtl8192e/rtl8192e/rtl_dm.c
patch
|
blob
|
history
drivers/staging/rtl8192e/rtl8192e/rtl_ps.c
patch
|
blob
|
history
drivers/staging/rtl8192e/rtl819x_BAProc.c
patch
|
blob
|
history
drivers/staging/rtl8192e/rtl819x_TSProc.c
patch
|
blob
|
history
drivers/staging/rtl8192e/rtllib.h
patch
|
blob
|
history
drivers/staging/rtl8192e/rtllib_rx.c
patch
|
blob
|
history
drivers/staging/rtl8192e/rtllib_softmac.c
patch
|
blob
|
history
diff --cc
drivers/staging/rtl8192e/rtl8192e/r8192E_firmware.c
Simple merge
diff --cc
drivers/staging/rtl8192e/rtl8192e/rtl_core.c
Simple merge
diff --cc
drivers/staging/rtl8192e/rtl8192e/rtl_dm.c
Simple merge
diff --cc
drivers/staging/rtl8192e/rtl8192e/rtl_ps.c
Simple merge
diff --cc
drivers/staging/rtl8192e/rtl819x_BAProc.c
Simple merge
diff --cc
drivers/staging/rtl8192e/rtl819x_TSProc.c
Simple merge
diff --cc
drivers/staging/rtl8192e/rtllib.h
Simple merge
diff --cc
drivers/staging/rtl8192e/rtllib_rx.c
Simple merge
diff --cc
drivers/staging/rtl8192e/rtllib_softmac.c
Simple merge