From: Alexander Aring Date: Sun, 17 May 2015 19:44:59 +0000 (+0200) Subject: fakelb: use list_for_each_entry_safe X-Git-Tag: omap-for-v4.3/legacy-v2-signed~163^2~183^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3186d3d7aec3b2f242abbc0a0219226e7705c905;p=pandora-kernel.git fakelb: use list_for_each_entry_safe Iterate and removing items from a list, we should use list_for_each_entry_safe instead list_for_each_entry to avoid accidents by removing. Signed-off-by: Alexander Aring Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed