summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWei Mao <[email protected]>2022-03-30 09:43:50 -0700
committerWei Mao <[email protected]>2022-03-30 09:43:50 -0700
commit74dfa461f428642ff93287ad5045432297954461 (patch)
tree2ad25348c0c4156f956b6b314f99541867b9c6bb
parentd2d9b75d3dfce353844d61bff86eccfa5f4a423d (diff)
[usb/usbview] Comparison between i of type UCHAR and SublinkSpeedAttrCount of wider type ULONG. (line 2730)
-rw-r--r--usb/usbview/display.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usb/usbview/display.c b/usb/usbview/display.c
index f27d32c9..f0b4ce66 100644
--- a/usb/usbview/display.c
+++ b/usb/usbview/display.c
@@ -2671,7 +2671,7 @@ DisplaySuperSpeedPlusCapabilityDescriptor (
PUSB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_USB_DESCRIPTOR sspCapDesc
)
{
- UCHAR i;
+ ULONG i;
AppendTextBuffer("\r\n ===>SuperSpeed USB Device Capability Descriptor<===\r\n");