diff options
author | Chunfeng Yun <[email protected]> | 2021-08-13 14:30:50 +0800 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2021-08-13 13:05:50 +0200 |
commit | e9ab75f26eb9354dfc03aea3401b8cfb42cd6718 (patch) | |
tree | 86633cd7360051ee01940fc9059750792b9dd815 /scripts/gdb/linux/utils.py | |
parent | 44e4439d8f9f8d0e9da767d1f31e7c211081feca (diff) |
usb: cdnsp: fix the wrong mult value for HS isoc or intr
usb_endpoint_maxp() only returns the bit[10:0] of wMaxPacketSize
of endpoint descriptor, not include bit[12:11] anymore, so use
usb_endpoint_maxp_mult() instead.
Fixes: 3d82904559f4 ("usb: cdnsp: cdns3 Add main part of Cadence USBSSP DRD Driver")
Cc: [email protected]
Acked-by: Felipe Balbi <[email protected]>
Signed-off-by: Chunfeng Yun <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions