Re: [PATCH] net: aquantia: Switch alloc_etherdev to devm variant

2019-03-09 Thread kbuild test robot
Hi Rosen, Thank you for the patch! Yet something to improve: [auto build test ERROR on net/master] [also build test ERROR on v5.0 next-20190306] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/R

[PATCH] net: aquantia: Switch alloc_etherdev to devm variant

2019-03-08 Thread Rosen Penev
Allows some simplification by avoiding calling free_netdev. Tested on AMD based x86 system using AQC108 chipset. Signed-off-by: Rosen Penev --- drivers/net/ethernet/aquantia/atlantic/aq_main.c | 3 ++- drivers/net/ethernet/aquantia/atlantic/aq_pci_func.c | 11 +++ 2 files changed,