ALSA: opl4: use list_move_tail instead of list_del/list_add_tail
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Wed, 5 Sep 2012 06:33:21 +0000 (14:33 +0800)
committerTakashi Iwai <tiwai@suse.de>
Wed, 5 Sep 2012 07:14:45 +0000 (09:14 +0200)
commit3a4a7ef5678416b04927102f85998e38b52f7196
tree8bd2a742123828812dad74e6ecb6cc65ffb65eca
parent2b58fd5b3193fd3af3d15114d95706087d25a7fe
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 <yongjun_wei@trendmicro.com.cn>
Acked-by: Clemens Ladisch <clemens@ladisch.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/drivers/opl4/opl4_synth.c