Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 243711
b: refs/heads/master
c: a14b289
h: refs/heads/master
i:
  243709: f611c42
  243707: 33b6988
  243703: 44238c8
  243695: f368a0e
  243679: 77021b6
  243647: 269b010
  243583: accd190
  243455: 52c587e
  243199: c9c8f67
  242687: ad87400
  241663: 83152cc
v: v3
  • Loading branch information
Mariusz Kozlowski authored and David S. Miller committed Apr 4, 2011
1 parent c3afccd commit 4ec74db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 2fceec13375e5d98ef033c6b0ee03943fc460950
refs/heads/master: a14b289d4614bb3b25d0455d68f72f3c7b4cc8e8
4 changes: 2 additions & 2 deletions trunk/drivers/net/mlx4/mcg.c
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ static int new_steering_entry(struct mlx4_dev *dev, u8 vep_num, u8 port,
u32 members_count;
struct mlx4_steer_index *new_entry;
struct mlx4_promisc_qp *pqp;
struct mlx4_promisc_qp *dqp;
struct mlx4_promisc_qp *dqp = NULL;
u32 prot;
int err;
u8 pf_num;
Expand Down Expand Up @@ -184,7 +184,7 @@ static int new_steering_entry(struct mlx4_dev *dev, u8 vep_num, u8 port,
out_alloc:
if (dqp) {
list_del(&dqp->list);
kfree(&dqp);
kfree(dqp);
}
list_del(&new_entry->list);
kfree(new_entry);
Expand Down

0 comments on commit 4ec74db

Please sign in to comment.