[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250911160632.46245dc4.michal.pecio@gmail.com>
Date: Thu, 11 Sep 2025 16:06:32 +0200
From: Michal Pecio <michal.pecio@...il.com>
To: Mathias Nyman <mathias.nyman@...el.com>, Greg Kroah-Hartman
<gregkh@...uxfoundation.org>, linux-usb@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: xhci: Small cleanup of TD giveback and status tracking
Hi,
I noticed some redundant 'status' parameters which obscure how URB
status assignment really works (it's very simple at the moment) and
create opportunity for errors like cleanup(cached_td, td->status).
Removing them seems harmless.
Also included is a copypasta cleanup and removal of some questionable
IMO logic, partly because it was getting in the way.
Regards,
Michal
Powered by blists - more mailing lists