Unconditionally report initialization success for OHCI too.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25614 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Lotz 2008-05-22 17:09:15 +00:00
parent c1990557b8
commit 5a1f43f8f0

View File

@ -385,7 +385,7 @@ OHCI::Start()
}
SetRootHub(fRootHub);
TRACE(("usb_ohci: Host Controller started\n"));
dprintf("usb_ohci: successfully started the controller\n");
return BusManager::Start();
}