Implement find_bus() for finding a struct bus_type by name.
Simply, pass off to kset_find_obj() to iterate over list of buses and search for bus with certain name.
Showing
Please register or sign in to comment
Simply, pass off to kset_find_obj() to iterate over list of buses and search for bus with certain name.