Re: [PATCH v2] usb: xhci: fix interrupt transfer error happened on MTK platforms

From: Greg Kroah-Hartman
Date: Fri Sep 07 2018 - 03:42:58 EST


On Fri, Sep 07, 2018 at 03:29:12PM +0800, Chunfeng Yun wrote:
> The MTK xHCI controller use some reserved bytes in endpoint context for
> bandwidth scheduling, so need keep them in xhci_endpoint_copy();

If they are "reserved" shouldn't they be properly named? And by using
reserved bytes, isn't that a spec violation?

thanks,

greg k-h