> + vhost->trace = kzalloc(sizeof(struct ibmvfc_trace_entry) * > + IBMVFC_NUM_TRACE_ENTRIES, GFP_KERNEL); Use kcalloc() here. Eike
Attachment:
signature.asc
Description: This is a digitally signed message part.
> + vhost->trace = kzalloc(sizeof(struct ibmvfc_trace_entry) * > + IBMVFC_NUM_TRACE_ENTRIES, GFP_KERNEL); Use kcalloc() here. Eike
Attachment:
signature.asc
Description: This is a digitally signed message part.