Re: [PATCH net-next] net: encx24j600: move rev announcement to probe function

2015-11-20 Thread David Miller
From: j...@ringle.org Date: Wed, 18 Nov 2015 16:22:21 -0500 > From: Jon Ringle > > When encx24j600 is open and closed many times due to userspace polling the > interface, the log gets noise with this log message. > > Moving this to encx24j600_spi_probe function where it belongs. > > Signed-off

[PATCH net-next] net: encx24j600: move rev announcement to probe function

2015-11-18 Thread jon
From: Jon Ringle When encx24j600 is open and closed many times due to userspace polling the interface, the log gets noise with this log message. Moving this to encx24j600_spi_probe function where it belongs. Signed-off-by: Jon Ringle --- drivers/net/ethernet/microchip/encx24j600.c | 24 ++