staging: ks7010: ks_wlan_net: Use setup_timer instead of init_timer and data fields
authorWei Yongjun <weiyongjun1@huawei.com>
Tue, 18 Oct 2016 14:38:33 +0000 (14:38 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 25 Oct 2016 07:59:49 +0000 (09:59 +0200)
commit0371fa4f6a9efb6ebdc3529e9210218d727c3d4d
tree41fc77ea5615ad869543d1bdcf9a14cc4ba6ef76
parent35092b6d9b74d4ff555191f86c44a54e35708893
staging: ks7010: ks_wlan_net: Use setup_timer instead of init_timer and data fields

Use setup_timer function instead of initializing timer with the function
and data fields

Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ks7010/ks_wlan_net.c