mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 04:18:39 +08:00
9c632a6396
Smatch detected this potential error pointer dereference
clk_wzrd_register_divider(). If devm_clk_hw_register() fails then
it sets "hw" to an error pointer and then dereferences it on the
next line. Return the error directly instead.
Fixes:
|
||
---|---|---|
.. | ||
clk-xlnx-clock-wizard.c | ||
Kconfig | ||
Makefile | ||
xlnx_vcu.c |