From: Axel Lin Date: Thu, 6 Nov 2014 10:20:41 +0000 (+0800) Subject: NFC: llcp: Use list_for_each_entry in llcp_accept_poll X-Git-Tag: omap-for-v3.20/drop-legacy-3517~122^2~28^2~16^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=413df10bbf09e8ab1e2659126af849b4c9f3a3e3;p=pandora-kernel.git NFC: llcp: Use list_for_each_entry in llcp_accept_poll list_for_each_entry_safe() is necessary if list objects are deleted from the list while traversing it. Not the case here, so we can use the base list_for_each_entry variant. Signed-off-by: Axel Lin Signed-off-by: Samuel Ortiz --- Reading git-diff-tree failed