git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99968e0
)
NFC: Use list_for_each_entry in nfc_find_se()
author
Axel Lin
<axel.lin@ingics.com>
Fri, 14 Feb 2014 11:29:19 +0000
(19:29 +0800)
committer
Samuel Ortiz
<sameo@linux.intel.com>
Sun, 23 Feb 2014 22:32:18 +0000
(23:32 +0100)
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>
net/nfc/core.c
patch
|
blob
|
history
diff --cc
net/nfc/core.c
Simple merge