From: Wei Yongjun Date: Wed, 5 Sep 2012 06:33:21 +0000 (+0800) Subject: ALSA: opl4: use list_move_tail instead of list_del/list_add_tail X-Git-Tag: v3.7-rc1~81^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a4a7ef5678416b04927102f85998e38b52f7196;p=pandora-kernel.git ALSA: opl4: use list_move_tail instead of list_del/list_add_tail Using list_move_tail() instead of list_del() + list_add_tail(). Signed-off-by: Wei Yongjun Acked-by: Clemens Ladisch Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed