From: Wei Yongjun Date: Wed, 5 Sep 2012 07:07:29 +0000 (+0800) Subject: ath6kl: use list_move_tail instead of list_del/list_add_tail X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~45^2~174^2^2~81^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f08dbda25f14d6b9c1ba131f65d0c32917733f6c;p=pandora-kernel.git ath6kl: 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: Kalle Valo --- Reading git-diff-tree failed