From: Luiz Augusto von Dentz Date: Tue, 1 Nov 2011 08:58:56 +0000 (+0200) Subject: Bluetooth: replace list_for_each with list_for_each_entry whenever possible X-Git-Tag: v3.3-rc1~182^2~545^2~134^2~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8035ded466049ca2fe8c04564a0fa00f222abe3f;p=pandora-kernel.git Bluetooth: replace list_for_each with list_for_each_entry whenever possible When all items in the list have the same type there is no much of a point to use list_for_each except if you want to use the list pointer itself. Signed-off-by: Luiz Augusto von Dentz Signed-off-by: Gustavo F. Padovan --- Reading git-diff-tree failed