From: Axel Lin Date: Fri, 14 Feb 2014 11:29:19 +0000 (+0800) Subject: NFC: Use list_for_each_entry in nfc_find_se() X-Git-Tag: v3.15-rc1~113^2~93^2^2~48^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=156cef80f2a1aea4f150dff5d990e8fbbd96d862;p=pandora-kernel.git NFC: Use list_for_each_entry in nfc_find_se() nfc_find_se() 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