From: Wei Yongjun Date: Tue, 4 Sep 2012 21:06:55 +0000 (+0000) Subject: bnx2x: use list_move_tail instead of list_del/list_add_tail X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~47^2~209 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7933aa5c75b880aad6fc26f2df1e3ee6c14f166d;p=pandora-kernel.git bnx2x: 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: David S. Miller --- Reading git-diff-tree failed