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:
527f657
)
ath6kl: use list_move_tail instead of list_del/list_add_tail
author
Wei Yongjun
<yongjun_wei@trendmicro.com.cn>
Wed, 5 Sep 2012 07:07:29 +0000
(15:07 +0800)
committer
Kalle Valo
<kvalo@qca.qualcomm.com>
Wed, 24 Oct 2012 08:49:50 +0000
(11:49 +0300)
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>
No differences found