]> www.infradead.org Git - users/jedix/linux-maple.git/commit
usb: dwc3: remove unused sg struct member
authorLuis Felipe Hernandez <luis.hernandez093@gmail.com>
Wed, 20 Nov 2024 15:46:03 +0000 (10:46 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 4 Dec 2024 15:08:19 +0000 (16:08 +0100)
commit686d4a2c26b49eaf6e817f16b7cb6c4b961aa7a7
treea4fed497738bf1be0b2d52add515b68694b43012
parent9fbffc58ddfbd82f9442a9afb61a734036664784
usb: dwc3: remove unused sg struct member

The sg (scatter-gather list pointer) member of the dwc3_request struct
is no longer used and should be removed. This patch eliminates the unused
member, cleaning up the struct.

This change improves code clarity and avoids maintaining unnecessary
members in the structure.

Reviewed-by: Ricardo B. Marliere <rbm@suse.com>
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Closes: https://lore.kernel.org/all/20241118194006.77c7b126@canb.auug.org.au/
Signed-off-by: Luis Felipe Hernandez <luis.hernandez093@gmail.com>
Acked-by: Thinh Nguyen <Thinh.Nguyen@synopsys.com>
Link: https://lore.kernel.org/r/20241120154604.51815-1-luis.hernandez093@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/dwc3/core.h