Re: [PATCH] tg3: Avoid NULL pointer dereference in netif_device_attach()

2020-10-19 Thread kernel test robot
Hi Defang, Thank you for the patch! Yet something to improve: [auto build test ERROR on linus/master] [also build test ERROR on v5.9 next-20201016] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in https:

[PATCH] tg3: Avoid NULL pointer dereference in netif_device_attach()

2020-10-19 Thread Defang Bo
Similar to commit<1b0ff89852d7>("tg3: Avoid NULL pointer dereference in tg3_io_error_detected()") This patch avoids NULL pointer dereference add a check for netdev being NULL on tg3_resume(). Signed-off-by: Defang Bo --- drivers/net/ethernet/broadcom/tg3.c | 2 +- 1 file changed, 1 insertion(+