VirtualBox

Changeset 71779 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Apr 9, 2018 3:27:34 PM (7 years ago)
Author:
vboxsync
Message:

USB*: no else after return

Location:
trunk/src/VBox/Devices/Input
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Input/UsbKbd.cpp

    r69500 r71779  
    992992                            return usbHidCompleteOk(pThis, pUrb, sizeof(wRet) + sizeof(*pSetup));
    993993                        }
    994                         else
    995                         {
    996                             Log(("usbHid: GET_STATUS (interface) invalid, wIndex=%#x\n", pSetup->wIndex));
    997                         }
     994                        Log(("usbHid: GET_STATUS (interface) invalid, wIndex=%#x\n", pSetup->wIndex));
    998995                        break;
    999996                    }
     
    10071004                            return usbHidCompleteOk(pThis, pUrb, sizeof(wRet) + sizeof(*pSetup));
    10081005                        }
    1009                         else
    1010                         {
    1011                             Log(("usbHid: GET_STATUS (endpoint) invalid, wIndex=%#x\n", pSetup->wIndex));
    1012                         }
     1006                        Log(("usbHid: GET_STATUS (endpoint) invalid, wIndex=%#x\n", pSetup->wIndex));
    10131007                        break;
    10141008                    }
  • trunk/src/VBox/Devices/Input/UsbMouse.cpp

    r69500 r71779  
    20862086                            return usbHidCompleteOk(pThis, pUrb, sizeof(wRet) + sizeof(*pSetup));
    20872087                        }
    2088                         else
    2089                         {
    2090                             LogRelFlow(("usbHid: GET_STATUS (interface) invalid, wIndex=%#x\n",
    2091                                         pSetup->wIndex));
    2092                         }
     2088                        LogRelFlow(("usbHid: GET_STATUS (interface) invalid, wIndex=%#x\n", pSetup->wIndex));
    20932089                        break;
    20942090                    }
     
    21022098                            return usbHidCompleteOk(pThis, pUrb, sizeof(wRet) + sizeof(*pSetup));
    21032099                        }
    2104                         else
    2105                         {
    2106                             LogRelFlow(("usbHid: GET_STATUS (endpoint) invalid, wIndex=%#x\n",
    2107                                         pSetup->wIndex));
    2108                         }
     2100                        LogRelFlow(("usbHid: GET_STATUS (endpoint) invalid, wIndex=%#x\n", pSetup->wIndex));
    21092101                        break;
    21102102                    }
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette