Changes in uspace/drv/infrastructure/root/root.c [267f235:e882e3a] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/infrastructure/root/root.c
r267f235 re882e3a 204 204 { 205 205 ddf_msg(LVL_DEBUG, "root_dev_add, device handle=%" PRIun, 206 d df_dev_get_handle(dev));206 dev->handle); 207 207 208 208 /* … … 237 237 printf(NAME ": HelenOS root device driver\n"); 238 238 239 ddf_log_init(NAME );239 ddf_log_init(NAME, LVL_ERROR); 240 240 return ddf_driver_main(&root_driver); 241 241 }
Note:
See TracChangeset
for help on using the changeset viewer.