clk: Detect failure to set defaults
authorSimon Glass <sjg@chromium.org>
Fri, 14 May 2021 01:39:31 +0000 (19:39 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 15 Jul 2021 22:42:40 +0000 (18:42 -0400)
commit92f1e9a4b31c0bf0f4f61ab823a6a88657323646
treef9a82b53c030349b558fbb1319c27a0988c9bf91
parent9a72bea6cbb14f196acc6422d6f5b1eefb590a61
clk: Detect failure to set defaults

When the default clocks cannot be set, the clock is silently probed and
the error is ignored. This is incorrect, since having the clocks at the
correct speed may be important for operation of the system.

Fix it by checking the return code.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/clk/clk-uclass.c