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 <[email protected]> Signed-off-by: David S. Miller <[email protected]>
- Loading branch information