VirtualBox

Changeset 61879 in vbox for trunk/src/VBox/Devices/USB/linux


Ignore:
Timestamp:
Jun 24, 2016 11:30:31 AM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
108304
Message:

USBProxyDevice-linux.cpp: cppcheck warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/USB/linux/USBProxyDevice-linux.cpp

    r61859 r61879  
    17561756
    17571757                    Assert(pUrbLnx->pSplitHead);
    1758                     Assert((pKUrb->endpoint & 0x80) && (!pKUrb->flags & USBDEVFS_URB_SHORT_NOT_OK));
     1758                    Assert((pKUrb->endpoint & 0x80) && !(pKUrb->flags & USBDEVFS_URB_SHORT_NOT_OK));
    17591759                    PUSBPROXYURBLNX pNew = usbProxyLinuxSplitURBFragment(pProxyDev, pUrbLnx->pSplitHead, pUrbLnx);
    17601760                    if (!pNew)
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