mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-24 20:54:10 +08:00
b55226f855
@pll->rate_table has allocated memory by kmemdup(), if clk_hw_register()
fails, it should be freed, otherwise it will cause memory leak issue,
this patch fixes it.
Fixes:
|
||
---|---|---|
.. | ||
clkc-tmpv770x.c | ||
clkc.c | ||
clkc.h | ||
Kconfig | ||
Makefile | ||
pll-tmpv770x.c | ||
pll.c | ||
pll.h | ||
reset.c | ||
reset.h |