[PATCH v2 02/13] enc28j60: Remove duplicate messaging

2019-03-19 Thread Andy Shevchenko
The ->probe() and ->remove() stages can be easily debugged with initcall_debug or function tracer. There is no need to repeat the same explicitly in the driver. Signed-off-by: Andy Shevchenko --- drivers/net/ethernet/microchip/enc28j60.c | 20 1 file changed, 20 deletions(-)

[PATCH v2 02/13] enc28j60: Remove duplicate messaging

2019-03-18 Thread Andy Shevchenko
The ->probe() and ->remove() stages can be easily debugged with initcall_debug or function tracer. There is no need to repeat the same explicitly in the driver. Signed-off-by: Andy Shevchenko --- drivers/net/ethernet/microchip/enc28j60.c | 20 1 file changed, 20 deletions(-)