Thanks for the review! devm_kmemdup_array() will call size_mul() to combine its third and fourth parameters into length for devm_kmemdup(). So keep the same value sizeof(data->clks[0]) here as before.
Thanks for the review! devm_kmemdup_array() will call size_mul() to combine its third and fourth parameters into length for devm_kmemdup(). So keep the same value sizeof(data->clks[0]) here as before.
![]() |