From: Takashi Iwai Date: Tue, 27 Jun 2006 11:07:04 +0000 (+0200) Subject: [ALSA] Fix misuse of __list_add() in seq_ports.c X-Git-Tag: v2.6.18-rc1~357^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be7ee27822975cee5dabb2cfd7f03e7fde38e3f4;p=pandora-kernel.git [ALSA] Fix misuse of __list_add() in seq_ports.c seq_ports.c::snd_seq_delete_all_ports() uses __list_add() to replace the whole list entries. This results in BUG() with recent FC5 kernel due to a sanity check in __list_add(). The patch fixes this misue of __list_add() by using standard macros instead (although a bit more code is needed). Signed-off-by: Takashi Iwai Signed-off-by: Jaroslav Kysela --- Reading git-diff-tree failed