mirror of
https://github.com/apache/nuttx.git
synced 2026-05-18 00:34:10 +08:00
b57e43b4d0
1.check the rpmsg name when clk_register. 2.clk_get rpmsg clk print error: clk/clk.c:1231:3: runtime error: null pointer passed as argument 2, which is declared to never be null 3.fix some function miss keyword FAR. 4.clk_disable_unused may disable rpmsg clk which disable the clk that maybe used by others Signed-off-by: dulibo1 <dulibo1@xiaomi.com>