mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-16 02:04:43 +00:00
Fix memory allocation and use struct_size() in kzalloc(). This also
fixes the allocation size to be correct, and smaller, because before we
were allocating a bunch of sizeof(struct clk_hw_onecell_data) structures
for each struct clk_hw we needed.
Fixes:
|
||
|---|---|---|
| .. | ||
| clk-gate-zynqmp.c | ||
| clk-mux-zynqmp.c | ||
| clk-zynqmp.h | ||
| clkc.c | ||
| divider.c | ||
| Kconfig | ||
| Makefile | ||
| pll.c | ||