[PATCH v4 5/6] i2c: at91: print hardware version

2015-06-03 Thread Cyrille Pitchen
The probe() function now prints the hardware version of the I2C controller. Signed-off-by: Cyrille Pitchen cyrille.pitc...@atmel.com --- drivers/i2c/busses/i2c-at91.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/i2c/busses/i2c-at91.c b/drivers/i2c/busses/i2c-at91.c index

Re: [PATCH v4 5/6] i2c: at91: print hardware version

2015-06-03 Thread Wolfram Sang
On Wed, Jun 03, 2015 at 11:04:26AM +0200, Cyrille Pitchen wrote: The probe() function now prints the hardware version of the I2C controller. Signed-off-by: Cyrille Pitchen cyrille.pitc...@atmel.com Kernel has already very much printout, so I don't see the gain in adding another one. At