Searched hist:"6 c4cb2233d6ea4ccda1f0524e4b7a1f95c62caae" (Results 1 – 1 of 1) sorted by relevance
| /optee_os/core/drivers/clk/ |
| H A D | clk_dt.c | 6c4cb2233d6ea4ccda1f0524e4b7a1f95c62caae Fri Jul 21 06:37:30 UTC 2023 Tony Han <tony.han@microchip.com> drivers: clk: avoid the assert failure when there's "assigned-clocks"
Once "assigned-clocks" is parsed correctly variable "clk" will retain the non-NULL value and skip "return", when "res" is non-zero for new "clock_idx" assert(false) will happen.
Signed-off-by: Tony Han <tony.han@microchip.com> Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org> Reviewed-by: Etienne Carriere <etienne.carriere@foss.st.com>
|