]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - ipc/ipcdev.git/blobdiff - packages/ti/sdo/ipc/nsremote/NameServerRemoteNotify.c
Change NameServer_get to ignore 'remote get' timeouts in BIOS
[ipc/ipcdev.git] / packages / ti / sdo / ipc / nsremote / NameServerRemoteNotify.c
index 92e45621df3e833d0301c25399291cf6909b8923..409325061dd7a006a6c042976dd41b1c563b1788 100644 (file)
@@ -393,7 +393,7 @@ Int NameServerRemoteNotify_get(NameServerRemoteNotify_Object *obj,
     status = Semaphore_pend(semRemoteWait, NameServerRemoteNotify_timeout);
 
     if (status == FALSE) {
     status = Semaphore_pend(semRemoteWait, NameServerRemoteNotify_timeout);
 
     if (status == FALSE) {
-        retval = NameServer_E_OSFAILURE;
+        retval = NameServer_E_TIMEOUT;
     }
     else {
         /* getting here means we got the notification back */
     }
     else {
         /* getting here means we got the notification back */