commit | 156cef80f2a1aea4f150dff5d990e8fbbd96d862 | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@ingics.com> | Fri Feb 14 19:29:19 2014 +0800 |
committer | Samuel Ortiz <sameo@linux.intel.com> | Sun Feb 23 23:32:18 2014 +0100 |
tree | ae2e7be9df7ab69563ffe8035306591dca4e6f56 | |
parent | 99968e0616b802173ef83a94d3bdefa12c33eba8 [diff] |
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 <axel.lin@ingics.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>