commit | 31f88f5739e966cb3c524083e2d19b423ece3585 | [log] [tgz] |
---|---|---|
author | Tomas Winkler <tomas.winkler@intel.com> | Mon Feb 17 15:13:25 2014 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Feb 18 10:06:08 2014 -0800 |
tree | 107ffaf65a3000ec8592164a91e084cc6d155a6d | |
parent | 12d0066526f386538de80b4d86d2008461b36674 [diff] |
mei: don't of list_for_each_entry_safe when not deleting We can use simply list_for_each_entry if there is no entry removal Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>