mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-04 20:19:47 +08:00
Fixed-rate clocks in UniPhier don't have any parent clocks, however,
initial data "init.flags" isn't initialized, so it might be determined
that there is a parent clock for fixed-rate clock.
This sets init.flags to zero as initialization.
Cc: <stable@vger.kernel.org>
Fixes:
|
||
|---|---|---|
| .. | ||
| clk-uniphier-core.c | ||
| clk-uniphier-cpugear.c | ||
| clk-uniphier-fixed-factor.c | ||
| clk-uniphier-fixed-rate.c | ||
| clk-uniphier-gate.c | ||
| clk-uniphier-mio.c | ||
| clk-uniphier-mux.c | ||
| clk-uniphier-peri.c | ||
| clk-uniphier-sys.c | ||
| clk-uniphier.h | ||
| Kconfig | ||
| Makefile | ||