OSDN Git Service

clk: bulk: silently error out on EPROBE_DEFER
authorJerome Brunet <jbrunet@baylibre.com>
Mon, 9 Apr 2018 14:13:03 +0000 (16:13 +0200)
committerStephen Boyd <sboyd@kernel.org>
Tue, 15 May 2018 22:16:13 +0000 (15:16 -0700)
commit329470f2d5447f76088250d7b7fbc1f9b175ccfc
tree6dc33f988230729b8a8138b3aee8f8bdc60a98a8
parent60cc43fc888428bb2f18f08997432d426a243338
clk: bulk: silently error out on EPROBE_DEFER

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 <jbrunet@baylibre.com>
Reviewed-by: Shawn Lin <shawn.lin@rock-chips.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/clk-bulk.c