From: Zhu Yi Date: Thu, 25 Feb 2010 06:15:26 +0000 (+0800) Subject: iwmc3200wifi: remove "_safe" for some list_for_each_entry usage X-Git-Tag: v2.6.35-rc1~473^2~714^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04d1c22761f33ac8f345665e7ef809c875142425;p=pandora-kernel.git 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed