]> git.ipfire.org Git - thirdparty/linux.git/commit
clk: mvebu: use kzalloc_flex
authorRosen Penev <rosenp@gmail.com>
Fri, 3 Apr 2026 19:47:01 +0000 (12:47 -0700)
committerStephen Boyd <sboyd@kernel.org>
Wed, 29 Apr 2026 01:42:16 +0000 (18:42 -0700)
commit10d65b7e1c37681e3eabe52b0ecb499538d32b41
tree8f404cbf87ab8564616c74fb94e86e164a40a504
parent254f49634ee16a731174d2ae34bc50bd5f45e731
clk: mvebu: use kzalloc_flex

Use a flexible array member to combine kzalloc and kcalloc in one
allocation so they can be freed together.

Add __counted_by for extra runtime analysis. Move counting variable
assignment right after allocation as done by kzalloc_flex with GCC >=
15.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Reviewed-by: Brian Masney <bmasney@redhat.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/mvebu/common.c