Re: [PATCH 24/32] i2c: bcm2835: Don't complain on -EPROBE_DEFER from getting our clock

2016-07-22 Thread Wolfram Sang
On Wed, Jun 01, 2016 at 11:43:33PM +0200, Gerd Hoffmann wrote: > From: Eric Anholt > > Fixes dmesg spam when we just need to wait a moment for the clock > driver to probe. > > Signed-off-by: Eric Anholt I applied Eric's original patch now. signature.asc Description: PGP signature

[PATCH 24/32] i2c: bcm2835: Don't complain on -EPROBE_DEFER from getting our clock

2016-06-01 Thread Gerd Hoffmann
From: Eric Anholt Fixes dmesg spam when we just need to wait a moment for the clock driver to probe. Signed-off-by: Eric Anholt --- drivers/i2c/busses/i2c-bcm2835.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/i2c/busses/i2c-bcm2835.c b/drivers/i2c/busses/i2c-b