[USBOHCI_NEW] Fix unused variable
authorVictor Perevertkin <victor@perevertkin.ru>
Fri, 16 Aug 2019 17:37:11 +0000 (20:37 +0300)
committerVictor Perevertkin <victor@perevertkin.ru>
Fri, 16 Aug 2019 17:37:11 +0000 (20:37 +0300)
drivers/usb/usbohci_new/usbohci.c

index 39986e4..e7aa0bc 100644 (file)
@@ -1666,7 +1666,7 @@ OHCI_ProcessDoneIsoTD(IN POHCI_EXTENSION OhciExtension,
  * @param[in]  ohciExtension   The ohci extension
  * @param[in]  ohciEndpoint    The ohci endpoint
  * @param[in]  ohciTransfer    The ohci transfer
- * @param[out] CompletedLength 
+ * @param[out] CompletedLength
  */
 VOID
 NTAPI
@@ -1679,7 +1679,6 @@ OHCI_AbortTransfer(IN PVOID ohciExtension,
     POHCI_ENDPOINT OhciEndpoint = ohciEndpoint;
     POHCI_TRANSFER OhciTransfer = ohciTransfer;
     POHCI_HCD_ED ED = OhciEndpoint->HcdED;
-    ULONG_PTR NextTdPA;
     POHCI_HCD_TD TD, NextTD, LastTD;
     ULONG ix;
     BOOLEAN IsIsoEndpoint;