mirror of
https://github.com/torvalds/linux.git
synced 2025-11-05 03:00:13 +02:00
If sg2042_get_pll_ctl_setting() fails then "value" isn't initialized and
it is printed in the debug output. Initialize it to zero.
Fixes:
|
||
|---|---|---|
| .. | ||
| clk-cv18xx-common.c | ||
| clk-cv18xx-common.h | ||
| clk-cv18xx-ip.c | ||
| clk-cv18xx-ip.h | ||
| clk-cv18xx-pll.c | ||
| clk-cv18xx-pll.h | ||
| clk-cv1800.c | ||
| clk-cv1800.h | ||
| clk-sg2042-clkgen.c | ||
| clk-sg2042-pll.c | ||
| clk-sg2042-rpgate.c | ||
| clk-sg2042.h | ||
| Kconfig | ||
| Makefile | ||