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:
Axel Dörfler 2004-06-07 15:17:02 +00:00
parent a0c7420724
commit 287704526b

View File

@ -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");
}