[driver model] Make sure we walk lists on shutdown in right order.
This takes advantage of the implicit list ordering of kobjects now present, and uses list_for_each_entry() for simplicity.
Showing
Please register or sign in to comment
This takes advantage of the implicit list ordering of kobjects now present, and uses list_for_each_entry() for simplicity.