mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-04-02 18:33:33 +00:00
When libusb_control_transfer function return a negative number, because the function clear_uas_desc's argument is unsigned int this will cause unsigned integer conversion. Tracked-On: #5463 Signed-off-by: Liu Long <long.liu@intel.com> Acked-by: Wang, Yu1 <yu1.wang@intel.com>