commit | 329470f2d5447f76088250d7b7fbc1f9b175ccfc | [log] [tgz] |
---|---|---|
author | Jerome Brunet <jbrunet@baylibre.com> | Mon Apr 09 16:13:03 2018 +0200 |
committer | Stephen Boyd <sboyd@kernel.org> | Tue May 15 15:16:13 2018 -0700 |
tree | 6dc33f988230729b8a8138b3aee8f8bdc60a98a8 | |
parent | 60cc43fc888428bb2f18f08997432d426a243338 [diff] |
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>