[PATCH v2 04/13] enc28j60: Drop driver name duplication from messages

2019-03-19 Thread Andy Shevchenko
When dev_() macros are used against SPI device, the driver's name is printed as well. No need to duplicate this explicitly. Signed-off-by: Andy Shevchenko --- drivers/net/ethernet/microchip/enc28j60.c | 13 ++--- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/drivers/net/e

[PATCH v2 04/13] enc28j60: Drop driver name duplication from messages

2019-03-18 Thread Andy Shevchenko
When dev_() macros are used against SPI device, the driver's name is printed as well. No need to duplicate this explicitly. Signed-off-by: Andy Shevchenko --- drivers/net/ethernet/microchip/enc28j60.c | 13 ++--- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/drivers/net/e