From: Johannes Berg Date: Thu, 5 Oct 2006 14:02:22 +0000 (+0200) Subject: [ALSA] alsa core: convert to list_for_each_entry* X-Git-Tag: v2.6.21-rc1~83^2~62^2~202 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9244b2c3079faac79b3b961116bd548c45087e2c;p=pandora-kernel.git [ALSA] alsa core: convert to list_for_each_entry* This patch converts most uses of list_for_each to list_for_each_entry all across alsa. In some place apparently an item can be on a list with different pointers so of course that isn't compatible with list_for_each, I therefore didn't touch those places. Signed-off-by: Johannes Berg Signed-off-by: Takashi Iwai Signed-off-by: Jaroslav Kysela --- Reading git-diff-tree failed