Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 59355
b: refs/heads/master
c: 856c52a
h: refs/heads/master
i:
  59353: c79a1d6
  59351: 889ce12
v: v3
  • Loading branch information
Dotan Barak authored and Roland Dreier committed Jul 10, 2007
1 parent 41f339a commit da39604
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f72d2f081453d8b1ea36e47478c3463042746ddc
refs/heads/master: 856c52a741950dc0be2c5c231efec626e9a0a3fa
2 changes: 1 addition & 1 deletion trunk/drivers/infiniband/core/sysfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ static ssize_t show_pma_counter(struct ib_port *p, struct port_attribute *attr,
return sprintf(buf, "N/A (no PMA)\n");

in_mad = kzalloc(sizeof *in_mad, GFP_KERNEL);
out_mad = kmalloc(sizeof *in_mad, GFP_KERNEL);
out_mad = kmalloc(sizeof *out_mad, GFP_KERNEL);
if (!in_mad || !out_mad) {
ret = -ENOMEM;
goto out;
Expand Down

0 comments on commit da39604

Please sign in to comment.