Re: [PATCH] phy: uniphier-usb3: no devm for nvmem_cell_get
Markus Elfring <[email protected]>
| Newsgroups | gmane.linux.kernel.janitors,gmane.linux.ports.arm.kernel,gmane.linux.kernel |
|---|---|
| Message-ID | <[email protected]> |
> 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? Regards, Markus