diff options
author | Alexander Aring | 2015-05-17 21:44:59 +0200 |
---|---|---|
committer | Marcel Holtmann | 2015-05-19 11:44:45 +0200 |
commit | 3186d3d7aec3b2f242abbc0a0219226e7705c905 (patch) | |
tree | d2901dc705ba9949c1c70fdddf0e1cc1d4ccf3a2 /sound/i2c | |
parent | 7e57905ba6c825f38f146b5f8974c2ce27f299bb (diff) |
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 <alex.aring@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'sound/i2c')
0 files changed, 0 insertions, 0 deletions