On Thu, 14 Mar 2024, Marek Szyprowski wrote:
- if (!alloc_cpumask_var(&priv->cpus, GFP_KERNEL)) + if (!zalloc_cpumask_var(&priv->cpus, GFP_KERNEL)) return -ENOMEM;
Reviewed-by: Christoph Lameter (Ampere) <cl@xxxxxxxxx>
On Thu, 14 Mar 2024, Marek Szyprowski wrote:
- if (!alloc_cpumask_var(&priv->cpus, GFP_KERNEL)) + if (!zalloc_cpumask_var(&priv->cpus, GFP_KERNEL)) return -ENOMEM;
Reviewed-by: Christoph Lameter (Ampere) <cl@xxxxxxxxx>