commit | 04d1c22761f33ac8f345665e7ef809c875142425 | [log] [tgz] |
---|---|---|
author | Zhu Yi <yi.zhu@intel.com> | Thu Feb 25 14:15:26 2010 +0800 |
committer | John W. Linville <linville@tuxdriver.com> | Wed Mar 10 17:09:37 2010 -0500 |
tree | 3fc3676c87e89684819600b800240c2d5c9369fe | |
parent | 7d49c6111c27f0e68b0310aeececf7ded53f7f94 [diff] |
iwmc3200wifi: remove "_safe" for some list_for_each_entry usage 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>