mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 20:22:09 +00:00
a83b22754e
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.c | ||
pll.h | ||
psc-da830.c | ||
psc-da850.c | ||
psc.c | ||
psc.h |