commit | 6a0033457f2380852a3a4138d4c79571a5b51be6 | [log] [tgz] |
---|---|---|
author | chenqiwu <chenqiwu@xiaomi.com> | Fri Feb 14 17:16:25 2020 +0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Apr 02 18:06:44 2020 -0700 |
tree | a55e1812af4c9ac9bc822050168480d5546baf73 | |
parent | bef7b2a7be28638770972ab2709adf11d601c11a [diff] |
drivers/ide: convert to list_for_each_entry_safe() Use list_for_each_entry_safe() instead of list_for_each_safe() to simplify the code. Signed-off-by: chenqiwu <chenqiwu@xiaomi.com> Signed-off-by: David S. Miller <davem@davemloft.net>