commit | f08dbda25f14d6b9c1ba131f65d0c32917733f6c | [log] [tgz] |
---|---|---|
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | Wed Sep 05 15:07:29 2012 +0800 |
committer | Kalle Valo <kvalo@qca.qualcomm.com> | Wed Oct 24 11:49:50 2012 +0300 |
tree | 661f5c445e05eb3405e8ee4f971c275e35306939 | |
parent | 527f6570300980251e818e80865b437eefb4e5d3 [diff] |
ath6kl: use list_move_tail instead of list_del/list_add_tail Using list_move_tail() instead of list_del() + list_add_tail(). spatch with a semantic match is used to found this problem. (http://coccinelle.lip6.fr/) Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>