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:
7d49c61
)
iwmc3200wifi: remove "_safe" for some list_for_each_entry usage
author
Zhu Yi
<yi.zhu@intel.com>
Thu, 25 Feb 2010 06:15:26 +0000
(14:15 +0800)
committer
John W. Linville
<linville@tuxdriver.com>
Wed, 10 Mar 2010 22:09:37 +0000
(17:09 -0500)
Use list_for_each_entry instead of list_for_each_entry_safe in
places iteration against list entry removal is not required.
Signed-off-by: Zhu Yi <yi.zhu@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
No differences found