Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 150839
b: refs/heads/master
c: c0feed8
h: refs/heads/master
i:
  150837: d4d36ea
  150835: 073c68d
  150831: 92c946c
v: v3
  • Loading branch information
Figo.zhang authored and David S. Miller committed Jun 11, 2009
1 parent dc581c4 commit 4d3467d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 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: 50d36a93dc2c773c9625c62275b88ac936d9c4ba
refs/heads/master: c0feed87fe452c20681ae29909adaecedd1ec9f3
9 changes: 3 additions & 6 deletions trunk/drivers/net/tehuti.c
Original file line number Diff line number Diff line change
Expand Up @@ -948,8 +948,7 @@ static void print_rxfd(struct rxf_desc *rxfd);

static void bdx_rxdb_destroy(struct rxdb *db)
{
if (db)
vfree(db);
vfree(db);
}

static struct rxdb *bdx_rxdb_create(int nelem)
Expand Down Expand Up @@ -1482,10 +1481,8 @@ static void bdx_tx_db_close(struct txdb *d)
{
BDX_ASSERT(d == NULL);

if (d->start) {
vfree(d->start);
d->start = NULL;
}
vfree(d->start);
d->start = NULL;
}

/*************************************************************************
Expand Down

0 comments on commit 4d3467d

Please sign in to comment.