platform_add_block_devices() no returns B_OK, but still does nothing.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8106 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2004-06-22 00:23:15 +00:00
parent 3cdfe493ba
commit ef9cf5ac1b
@@ -1,6 +1,6 @@
/*
** Copyright 2003-2004, Axel Dörfler, [email protected]. All rights reserved.
** Distributed under the terms of the OpenBeOS License.
** Distributed under the terms of the Haiku License.
*/
@@ -350,6 +350,6 @@ platform_add_block_devices(stage2_args *args, NodeList *devicesList)
if (get_number_of_drives(&driveCount) == B_OK)
printf("number of drives: %d\n", driveCount);
return B_ERROR;
return B_OK;
}