]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
drivers/ide: convert to list_for_each_entry_safe()
authorchenqiwu <chenqiwu@xiaomi.com>
Fri, 14 Feb 2020 09:16:25 +0000 (17:16 +0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 3 Apr 2020 01:06:44 +0000 (18:06 -0700)
commit6a0033457f2380852a3a4138d4c79571a5b51be6
treea55e1812af4c9ac9bc822050168480d5546baf73
parentbef7b2a7be28638770972ab2709adf11d601c11a
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>
drivers/ide/ide-scan-pci.c