| commit | 31f88f5739e966cb3c524083e2d19b423ece3585 | [log] [tgz] |
|---|---|---|
| author | Tomas Winkler <[email protected]> | Mon Feb 17 15:13:25 2014 +0200 |
| committer | Greg Kroah-Hartman <[email protected]> | 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 <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>