ptp: use list_move instead of list_del/list_add
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Sun, 7 Oct 2012 03:41:50 +0000 (03:41 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 7 Oct 2012 18:52:14 +0000 (14:52 -0400)
Using list_move() instead of list_del() + list_add().

dpatch engine is used to auto generate this patch.
(https://github.com/weiyj/dpatch)

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found