[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240714225451.193914d1@foxbook>
Date: Sun, 14 Jul 2024 22:54:51 +0200
From: MichaĆ Pecio <michal.pecio@...il.com>
To: Tim Lewis <elatllat@...il.com>
Cc: gregkh@...uxfoundation.org, linux-kernel@...r.kernel.org,
linux-usb@...r.kernel.org, mathias.nyman@...ux.intel.com,
niklas.neronin@...ux.intel.com, stable@...r.kernel.org,
regressions@...ts.linux.dev, Salvatore Bonaccorso <carnil@...ian.org>
Subject: Re: [PATCH 6.1 000/102] 6.1.98-rc1 review
> > Not on 6.1.y:
> drivers/usb/host/xhci-ring.c:2644:31: error: ~@...r~@~Y undeclared
> (first use in this fuunction); did you mean ~@...dr~@~Y?
> 2644 | inc_deq(xhci, ir->event_ring);
Sorry, I didn't notice that v6.1 is different. You need this instead:
inc_deq(xhci, xhci->event_ring);
Another refactor interfering with backporting :(
Powered by blists - more mailing lists