np->units = kzalloc(sizeof(struct n2rng_unit) * np->num_units, GFP_KERNEL); np->units = devm_kzalloc(&op->dev, sizeof(struct n2rng_unit) * np->num_units, GFP_KERNEL); err = -ENOMEM; if (!np->units) goto out_hvapi_unregister;...