- Timestamp:
- Mar 23, 2022 6:44:04 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/UsbCardReader.cpp
r94321 r94331 1881 1881 ("Configuration error: Not possible to attach anything to this driver!\n"), 1882 1882 VERR_PDM_DRVINS_NO_ATTACH); 1883 1884 void *pv;1885 int rc = pDrvIns->pHlpR3->pfnCFGMQueryPtr(pCfg, "Object", &pv);1886 AssertMsgRCReturn(rc, ("Configuration error: No/bad \"Object\" value! rc=%Rrc\n", rc), rc);1887 1883 1888 1884 com::Guid uuid(USBCARDREADER_OID); … … 1912 1908 1913 1909 /* Command Thread Synchronization primitives */ 1914 rc = RTReqQueueCreate(&pThis->hReqQCardReaderCmd);1910 int rc = RTReqQueueCreate(&pThis->hReqQCardReaderCmd); 1915 1911 AssertLogRelRCReturn(rc, rc); 1916 1912
Note:
See TracChangeset
for help on using the changeset viewer.