]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitfcfd2e718b8259452e714bb08ace2eb4c4db5c6e
tree8bd2a742123828812dad74e6ecb6cc65ffb65eca
parent534806ceb3a3c8aa6ba7c44a5e1ee03a32808acf
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