Message ID | 20240930224056.354349-1-rosenp@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | net: smsc911x: clean up with devm | expand |
On Mon, 30 Sep 2024 15:40:48 -0700 Rosen Penev wrote:
> It happens to fix missing frees, especially with mdiobus functions.
Do you have the real hardware and have you tested this on it?
Please always include such information in the commit message.
Random conversions to devm are discouraged in networking.
On Wed, Oct 2, 2024 at 5:32 AM Jakub Kicinski <kuba@kernel.org> wrote: > > On Mon, 30 Sep 2024 15:40:48 -0700 Rosen Penev wrote: > > It happens to fix missing frees, especially with mdiobus functions. > > Do you have the real hardware and have you tested this on it? > > Please always include such information in the commit message. > Random conversions to devm are discouraged in networking. That's unfortunate.