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:
a6c6e29
)
Staging: rtl8712: Use mod_timer
author
Vaishali Thakkar
<vthakkar1994@gmail.com>
Wed, 25 Feb 2015 04:05:32 +0000
(09:35 +0530)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Thu, 26 Feb 2015 23:11:22 +0000
(15:11 -0800)
This patch introduces the use of API function mod_timer
instead of driver specific function as it is a more
efficient and standard way to update the expire field of
an active timer.
Signed-off-by: Vaishali Thakkar <vthakkar1994@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found