]> git.baikalelectronics.ru Git - kernel.git/commit
enc28j60: Drop driver name duplication from messages
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 19 Mar 2019 18:49:21 +0000 (20:49 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 19 Mar 2019 21:59:31 +0000 (14:59 -0700)
commit37fb046f1844e0040fd25976e3df94430be83b9f
tree08f2db67a6aaf9da920c02b1c02f5c951ff156a9
parentfffec3b9647a20424c63d9a18f54dae538ecd4d0
enc28j60: Drop driver name duplication from messages

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