summaryrefslogtreecommitdiff
path: root/mm/vmscan.c
diff options
context:
space:
mode:
authorVaishali Thakkar <vthakkar1994@gmail.com>2015-02-28 08:13:54 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-03-01 17:07:05 -0800
commit4eef520d2499e0c5cfed65f4a91fb0f4663a26ec (patch)
treedadcfc272bf7522e41af0a36b72a386754426907 /mm/vmscan.c
parent3d0e486eef578097a7cfed7c4c913e31814e8c4c (diff)
Staging: rtl8712: Use del_timer
Use timer API function del_timer instead of driver specific function _cancel_timer_ex as it is a standard way for deactivating a timer. This is done using Coccinelle and semantic patch used for this is as follows: @@ expression x; @@ - _cancel_timer_ex (&x); + del_timer (&x); Signed-off-by: Vaishali Thakkar <vthakkar1994@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'mm/vmscan.c')
0 files changed, 0 insertions, 0 deletions