Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 134551
b: refs/heads/master
c: cfb18c5
h: refs/heads/master
i:
  134549: d146f38
  134547: a24db62
  134543: e76771d
v: v3
  • Loading branch information
Eilon Greenstein authored and David S. Miller committed Feb 16, 2009
1 parent 1d76e2c commit 49f6d45
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3ce2c3f9a30dd7756dcbe2322841754f18f098f0
refs/heads/master: cfb18c5cb7ef5506a2864f9ec360cbb2ca6e8d28
3 changes: 3 additions & 0 deletions trunk/drivers/net/bnx2x_init.h
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,9 @@ static void bnx2x_init_wr_wb(struct bnx2x *bp, u32 addr, const u32 *data,
rc = bnx2x_gunzip(bp, (u8 *)data, len);
if (rc) {
BNX2X_ERR("gunzip failed ! rc %d\n", rc);
#ifdef __BIG_ENDIAN
kfree(temp);
#endif
return;
}
len = bp->gunzip_outlen;
Expand Down

0 comments on commit 49f6d45

Please sign in to comment.