Hi Marek, [email protected] wrote on Mon, 26 Aug 2024 16:38:36 +0200:
> The release parameter of usb_add_gadget_udc_release() is never used. > The function is never called from anywhere except from a wrapper in > udc-core.c . Inline the function into the wrapper. > > Signed-off-by: Marek Vasut <[email protected]> > --- > Cc: Linus Walleij <[email protected]> > Cc: Lukasz Majewski <[email protected]> > Cc: Mattijs Korpershoek <[email protected]> > Cc: Miquel Raynal <[email protected]> > Cc: Neil Armstrong <[email protected]> > Cc: Nishanth Menon <[email protected]> > Cc: Zixun LI <[email protected]> LGTM, thanks for the cleanup! Just a minor comment, I would really appreciate a very succinct cover letter with your overall goal. Would also be easier for the maintainers to pick-up the tags, like this one. For the series: Reviewed-by: Miquel Raynal <[email protected]> Thanks! Miquèl

