mirror of
https://github.com/reactos/reactos.git
synced 2026-07-04 13:04:39 +08:00
- Fix uninitialized variable usage. Fixes Coverity CID: 1293.
svn path=/trunk/; revision=36573
This commit is contained in:
@@ -2348,7 +2348,7 @@ uhci_internal_submit_iso(PUHCI_DEV uhci, PURB urb)
|
||||
PUHCI_TD ptd;
|
||||
LIST_ENTRY td_list, *pthis, *pnext;
|
||||
int i;
|
||||
BOOLEAN toggle, ret;
|
||||
BOOLEAN toggle = FALSE, ret;
|
||||
|
||||
if (uhci == NULL || urb == NULL)
|
||||
return STATUS_INVALID_PARAMETER;
|
||||
|
||||
Reference in New Issue
Block a user