Re: [PATCH] clk: ti: use kcalloc() instead of kzalloc()

2025-01-06 Thread Stephen Boyd
Quoting Ethan Carter Edwards (2024-12-29 21:28:58) > Use 2-factor multiplication argument form kcalloc() instead > of kzalloc(). > > Link: https://github.com/KSPP/linux/issues/162 > > Signed-off-by: Ethan Carter Edwards > --- Applied to clk-next

[PATCH] clk: ti: use kcalloc() instead of kzalloc()

2024-12-29 Thread Ethan Carter Edwards
Use 2-factor multiplication argument form kcalloc() instead of kzalloc(). Link: https://github.com/KSPP/linux/issues/162 Signed-off-by: Ethan Carter Edwards --- drivers/clk/ti/mux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/clk/ti/mux.c b/drivers/clk/ti/mux.c i