Don't panic for now if the PnP-root node cannot be registered; it doesn't
harm in case bootfs is used for now. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7804 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
a0c7420724
commit
287704526b
@ -68,7 +68,9 @@ pnp_root_init_root(void)
|
||||
};
|
||||
|
||||
if (pnp_register_device(NULL, attrs, NULL, &sRootNode) != B_OK)
|
||||
panic("Cannot register PnP-Root\n");
|
||||
dprintf("Cannot register PnP-Root\n");
|
||||
// ToDo: don't panic for now
|
||||
// panic("Cannot register PnP-Root\n");
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user