]> git.baikalelectronics.ru Git - kernel.git/commit
enc28j60: Remove duplicate messaging
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 19 Mar 2019 18:49:19 +0000 (20:49 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 19 Mar 2019 21:59:31 +0000 (14:59 -0700)
commitbcdf3ff109ba215c68bac04920185e605a4eaaf2
tree7b7874d0781c67d7044f92063f650d6b36bb18a9
parent10db39daee3f712c362680c795a0dcca7dbece3e
enc28j60: Remove duplicate messaging

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 <andriy.shevchenko@linux.intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/microchip/enc28j60.c