Re: [PATCH 2/6] usb: mtu3: fix the wrong HS mult value

From: Chunfeng Yun (云春峰)
Date: Thu Aug 12 2021 - 07:52:04 EST


On Thu, 2021-08-12 at 09:49 +0300, Felipe Balbi wrote:
> Chunfeng Yun <chunfeng.yun@xxxxxxxxxxxx> writes:
>
> > 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
>