commit a83b22754e351f13fb46596c85f667dc33da71ec upstream.
The flag attribute of the struct clk_init_data isn't initialized before
the devm_clk_hw_register() call. This can lead to unexpected behavior
during registration.
Initialize the entire clk_init_data to zero at declaration.
Cc: stable@vger.kernel.org
Fixes:
|
||
|---|---|---|
| .. | ||
| da8xx-cfgchip.c | ||
| Makefile | ||
| pll-da830.c | ||
| pll-da850.c | ||
| pll-dm355.c | ||
| pll-dm365.c | ||
| pll.c | ||
| pll.h | ||
| psc-da830.c | ||
| psc-da850.c | ||
| psc-dm355.c | ||
| psc-dm365.c | ||
| psc.c | ||
| psc.h | ||