commit | e5d2cb4a0b59fa3f4ecc2d47ca6afacada7794d2 | [log] [tgz] |
---|---|---|
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | Wed Sep 05 14:49:15 2012 +0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Sep 05 11:58:24 2012 -0700 |
tree | f4cda18b1132b6927d5057a73fcf44ac90cb78c5 | |
parent | 094e74c2040b4afce4c41e628811a8eb2ff57878 [diff] |
staging: gdm72xx: 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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>