Re: [PATCH] phy: uniphier-usb3: no devm for nvmem_cell_get

From: Rosen Penev

Date: Thu Aug 13 2026 - 18:07:04 EST


On Thu, Aug 13, 2026 at 2:44 AM Markus Elfring <Markus.Elfring@xxxxxx> wrote:
>
> > There is absolutely no reason to extend the lifetime of nvmem_cell_get
> > to after removal of the driver. Use and free right after use.
>
> How do you think about to increase the application of scope-based resource management?
I don't really like it.
>
> Regards,
> Markus