Re: [PATCH 2/6] usb: mtu3: fix the wrong HS mult value
From: Chunfeng Yun (云春峰) <Chunfeng.Yun@mediatek.com>
Date: 2021-08-12 11:52:04
Also in:
linux-tegra, linux-usb, lkml
From: Chunfeng Yun (云春峰) <Chunfeng.Yun@mediatek.com>
Date: 2021-08-12 11:52:04
Also in:
linux-tegra, linux-usb, lkml
On Thu, 2021-08-12 at 09:49 +0300, Felipe Balbi wrote:
Chunfeng Yun [off-list ref] writes:quoted
Use usb_endpoint_maxp() and usb_endpoint_maxp_mult() seperately to get maxpacket and mult. Meanwhile fix the bug that should use @mult but not @burst to save mult value.I really think you should split this into two patches. One which *only* fixes the bug and another (patch 2) which *only* corrects the use usb_endpoint_maxp()
Ok, thanks