commit | 84bda909312a5df79cddad875ea6b468cf18da03 | [log] [tgz] |
---|---|---|
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | Thu Sep 06 12:38:59 2012 +0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Sep 06 09:25:22 2012 -0700 |
tree | 7d6aa6897dd76b9a06417d5d7fb6f2a20d733768 | |
parent | f0290de23de19b592b2934cdf21c0c0c2eb16500 [diff] |
staging: wlags49_h2: use list_move instead of list_del/list_add Using list_move() instead of list_del() + list_add(). 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>