Commit 6fd03e5a authored by Manohar Vanga's avatar Manohar Vanga

simulation: removed commented code from wb_register_driver

Signed-off-by: 's avatarManohar Vanga <manohar.vanga@cern.ch>
parent 5945bdee
......@@ -188,7 +188,6 @@ int wb_register_driver(struct wb_driver *driver)
driver->driver.bus = &wb_bus_type;
driver->driver.name = driver->name;
ret = driver_register(&driver->driver);
// INIT_LIST_HEAD(&driver->list);
return ret;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment