On Mon, Jul 04, 2022 at 04:18:11PM +0200, Michael Grzeschik wrote: > The function __dwc3_prepare_one_trb has many parameters. Since it is > only used in dwc3_prepare_one_trb there is no point in keeping the > function. We merge both functions and get rid of the big list of > parameters. > > Signed-off-by: Michael Grzeschik <m.grzeschik@xxxxxxxxxxxxxx> > --- > v1 -> v2: - new patch > > drivers/usb/dwc3/gadget.c | 92 +++++++++++++++++---------------------- > 1 file changed, 40 insertions(+), 52 deletions(-) Much nicer, thanks!