summaryrefslogtreecommitdiffstats
path: root/src/usr/initservice/extinitsvc/extinitsvc.C
diff options
context:
space:
mode:
authorPatrick Williams <iawillia@us.ibm.com>2011-09-12 14:58:16 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2011-09-13 12:44:49 -0500
commitf00cbc2321649c74c078784a1fc47da3b10e1a54 (patch)
treee4bf96f22176dda426bc678602aef25bc95a3564 /src/usr/initservice/extinitsvc/extinitsvc.C
parent89dc4c2dc72a77bc278b388d66681e943fb6d539 (diff)
downloadtalos-hostboot-f00cbc2321649c74c078784a1fc47da3b10e1a54.tar.gz
talos-hostboot-f00cbc2321649c74c078784a1fc47da3b10e1a54.zip
Return code cleanups.
Change-Id: I375c2f895f28b73948aa384dda781b31f027719b Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/334 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/initservice/extinitsvc/extinitsvc.C')
-rw-r--r--src/usr/initservice/extinitsvc/extinitsvc.C4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/initservice/extinitsvc/extinitsvc.C b/src/usr/initservice/extinitsvc/extinitsvc.C
index 03bae9364..d721ff8cd 100644
--- a/src/usr/initservice/extinitsvc/extinitsvc.C
+++ b/src/usr/initservice/extinitsvc/extinitsvc.C
@@ -180,7 +180,7 @@ void ExtInitSvc::init( void *i_ptr )
* hbicore.bin (HostBoot shippable image)
* hbicore_test.bin (runs all unit tests)
* Only hbicore_test.bin has the libcxxtest.so module, so when
- * we execute startTask() below on hbicore.bin, it will return -1,
+ * we execute startTask() below on hbicore.bin, it will return -ENOENT,
* no module present. This is OK.
*
* @todo can we call call module_load() to see if libcxxtest.so exists?
@@ -206,7 +206,7 @@ void ExtInitSvc::init( void *i_ptr )
// If the test task does not exist then don't run it.
if(!VFS::module_exists(l_pcxxtask->taskname)) break;
-
+
l_cxxerrl = InitService::getTheInstance().startTask( l_pcxxtask,
&l_cxxtestargs );
OpenPOWER on IntegriCloud