diff options
-rw-r--r-- | drivers/infiniband/core/sysfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/core/sysfs.c b/drivers/infiniband/core/sysfs.c index 08c299ebf4a8..6265a3fee076 100644 --- a/drivers/infiniband/core/sysfs.c +++ b/drivers/infiniband/core/sysfs.c | |||
@@ -311,7 +311,7 @@ static ssize_t show_pma_counter(struct ib_port *p, struct port_attribute *attr, | |||
311 | return sprintf(buf, "N/A (no PMA)\n"); | 311 | return sprintf(buf, "N/A (no PMA)\n"); |
312 | 312 | ||
313 | in_mad = kzalloc(sizeof *in_mad, GFP_KERNEL); | 313 | in_mad = kzalloc(sizeof *in_mad, GFP_KERNEL); |
314 | out_mad = kmalloc(sizeof *in_mad, GFP_KERNEL); | 314 | out_mad = kmalloc(sizeof *out_mad, GFP_KERNEL); |
315 | if (!in_mad || !out_mad) { | 315 | if (!in_mad || !out_mad) { |
316 | ret = -ENOMEM; | 316 | ret = -ENOMEM; |
317 | goto out; | 317 | goto out; |