From: Matthias Kaehlcke Date: Mon, 9 Jul 2007 19:03:32 +0000 (-0700) Subject: [PATCH] use list_for_each_entry() for iteration in Prism 54 driver X-Git-Tag: v2.6.23-rc1~768^2~18^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=426921bda10c33231e2b335e4ad08bc755c50740;p=pandora-kernel.git [PATCH] use list_for_each_entry() for iteration in Prism 54 driver Use list_for_each_entry() instead of manual iteration and substitute a list_for_each_safe() loop with list_for_each_entry_safe() Signed-off-by: Matthias Kaehlcke Cc: Christoph Hellwig Acked-by: Luis R. Rodriguez Signed-off-by: Andrew Morton Signed-off-by: John W. Linville --- Reading git-diff-tree failed