From: Axel Lin Date: Wed, 26 Feb 2014 02:26:45 +0000 (+0800) Subject: NFC: llcp: Use list_for_each_entry in nfc_llcp_find_local() X-Git-Tag: v3.15-rc1~113^2~93^2^2~48^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29e27dd86b5c4f8e6feb62d7b6a8491539ff1ef1;p=pandora-kernel.git NFC: llcp: Use list_for_each_entry in nfc_llcp_find_local() nfc_llcp_find_local() does not modify any list entry while iterating the list. So use list_for_each_entry instead of list_for_each_entry_safe. Signed-off-by: Axel Lin Signed-off-by: Samuel Ortiz --- Reading git-diff-tree failed