Re: [PATCH] crypto: caam - switch to use devm_kmemdup_array()

From: zhang.enpei
Date: Sun Jul 20 2025 - 22:06:56 EST


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.