Re: [PATCH] clk: bulk: silently error out on EPROBE_DEFER

2018-05-15 Thread Stephen Boyd
Quoting Jerome Brunet (2018-04-09 07:13:03) > In clk_bulk_get(), if we fail to get the clock due to probe deferal, we > shouldn't print an error message. Just be silent in this case. > > Signed-off-by: Jerome Brunet > --- Applied to clk-next

Re: clk: bulk: silently error out on EPROBE_DEFER

2018-04-10 Thread Shawn Lin
Hi Jerome, On 2018/4/9 22:13, Jerome Brunet wrote: In clk_bulk_get(), if we fail to get the clock due to probe deferal, we shouldn't print an error message. Just be silent in this case. I saw a confusing clk get failure log occasionally, but didn't pay much attention to it as the driver final

[PATCH] clk: bulk: silently error out on EPROBE_DEFER

2018-04-09 Thread Jerome Brunet
In clk_bulk_get(), if we fail to get the clock due to probe deferal, we shouldn't print an error message. Just be silent in this case. Signed-off-by: Jerome Brunet --- drivers/clk/clk-bulk.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/clk/clk-bulk.c b/drivers