[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <53a7a698-410f-47b2-b50b-9368e4f02cf9@linux.intel.com>
Date: Mon, 3 Mar 2025 10:28:17 +0200
From: Mathias Nyman <mathias.nyman@...ux.intel.com>
To: Kuangyi Chiang <ki.chiang65@...il.com>
Cc: michal.pecio@...il.com, gregkh@...uxfoundation.org,
linux-usb@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [RFT PATCH] xhci: Handle spurious events on Etron host isoc
enpoints
On 1.3.2025 4.05, Kuangyi Chiang wrote:
> Hi,
>
> Thanks for the patch.
>
> Mathias Nyman <mathias.nyman@...ux.intel.com> 於 2025年3月1日 週六 上午12:17寫道:
>> index 8c164340a2c3..c75c2c12ce53 100644
>> --- a/drivers/usb/host/xhci.h
>> +++ b/drivers/usb/host/xhci.h
>> @@ -1371,7 +1371,7 @@ struct xhci_ring {
>> unsigned int num_trbs_free; /* used only by xhci DbC */
>> unsigned int bounce_buf_len;
>> enum xhci_ring_type type;
>> - bool last_td_was_short;
>> + u32 last_td_comp_code;
>
> Should be changed to old_trb_comp_code.
>
Thanks, forgot to add that last xhci.h change to the patch
-Mathias
Powered by blists - more mailing lists