diff options
Diffstat (limited to 'drivers/infiniband/hw/mthca/mthca_profile.c')
| -rw-r--r-- | drivers/infiniband/hw/mthca/mthca_profile.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/mthca/mthca_profile.c b/drivers/infiniband/hw/mthca/mthca_profile.c index 15d064479ef6..7ea970774839 100644 --- a/drivers/infiniband/hw/mthca/mthca_profile.c +++ b/drivers/infiniband/hw/mthca/mthca_profile.c @@ -79,7 +79,7 @@ s64 mthca_make_profile(struct mthca_dev *dev,  	struct mthca_resource *profile;  	int i, j; -	profile = kzalloc(MTHCA_RES_NUM * sizeof *profile, GFP_KERNEL); +	profile = kcalloc(MTHCA_RES_NUM, sizeof(*profile), GFP_KERNEL);  	if (!profile)  		return -ENOMEM;  | 
