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:
7868943
)
USB: WUSBCORE: use list_move_tail instead of list_del/list_add_tail
author
Wei Yongjun
<yongjun_wei@trendmicro.com.cn>
Mon, 23 Sep 2013 06:16:22 +0000
(14:16 +0800)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Thu, 26 Sep 2013 00:27:01 +0000
(17:27 -0700)
Using list_move_tail() instead of list_del() + list_add_tail().
Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found