From: Wei Yongjun Date: Wed, 5 Sep 2012 06:48:48 +0000 (+0800) Subject: staging: ozwpan: use list_move_tail instead of list_del/list_add_tail X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~75^2~685 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=094e74c2040b4afce4c41e628811a8eb2ff57878;p=pandora-kernel.git staging: ozwpan: 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed