Re: [PATCH v2 2/3] usb: dwc3: add xhci_no_soft_retry software property

From: Matt Eaton

Date: Sun Aug 30 2026 - 05:33:29 EST


On Sat, Aug 29, 2026 at 10:04 PM Matt Eaton via B4 Relay
<devnull+linux.divinehawk.com@xxxxxxxxxx> wrote:
>
> From: Matt Eaton <linux@xxxxxxxxxxxxxx>
>
> diff --git a/drivers/usb/dwc3/host.c b/drivers/usb/dwc3/host.c
> index c5674161b2b0..e22a8dc5d090 100644
> --- a/drivers/usb/dwc3/host.c
> +++ b/drivers/usb/dwc3/host.c
> @@ -130,7 +130,7 @@ static int dwc3_host_get_irq(struct dwc3 *dwc)
>
> int dwc3_host_init(struct dwc3 *dwc)
> {
> - struct property_entry props[6];
> + struct property_entry props[7];
I think this should be props[8] now as it should have been props[7]
before (latent bug?), with the last entry being NULL to satisfy
property_entries_dup(). I can do a patch v3.

Regards,
Matt