[PATCH net-next 0/2] altera: simplify probe

Rosen Penev posted 2 patches 1 year ago
drivers/net/ethernet/altera/altera_tse_main.c | 128 ++++++------------
1 file changed, 43 insertions(+), 85 deletions(-)
[PATCH net-next 0/2] altera: simplify probe
Posted by Rosen Penev 1 year ago
A small devm change with goto removals and a function simplification.

Rosen Penev (2):
  net: altera: use devm for alloc_etherdev
  net: altera: simplify request_and_map

 drivers/net/ethernet/altera/altera_tse_main.c | 128 ++++++------------
 1 file changed, 43 insertions(+), 85 deletions(-)

-- 
2.47.0
Re: [PATCH net-next 0/2] altera: simplify probe
Posted by Jakub Kicinski 1 year ago
On Tue,  3 Dec 2024 15:31:48 -0800 Rosen Penev wrote:
> A small devm change with goto removals and a function simplification.

Please don't post pure devm conversions, unless you're actively
developing the driver and can test on real HW.