Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information