Searched refs:nRet (Results 1 – 1 of 1) sorted by relevance
1314 int nRet; in GobiNetResume() local1350 nRet = usbnet_resume( pIntf ); in GobiNetResume()1351 if (nRet != 0) in GobiNetResume()1353 DBG( "usbnet_resume error %d\n", nRet ); in GobiNetResume()1354 return nRet; in GobiNetResume()1359 nRet = 0; in GobiNetResume()1361 nRet = StartRead( pGobiDev ); in GobiNetResume()1363 if (nRet != 0) in GobiNetResume()1365 DBG( "StartRead error %d\n", nRet ); in GobiNetResume()1366 return nRet; in GobiNetResume()[all …]