Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 320511
b: refs/heads/master
c: ea4b385
h: refs/heads/master
i:
  320509: 5bc8412
  320507: 40887a1
  320503: 7fe240f
  320495: 65c5e0f
  320479: 759b15d
  320447: 41aadcf
  320383: c042d87
  320255: 37c6886
  319999: 0a16c7c
  319487: d09cb98
v: v3
  • Loading branch information
Devendra Naga authored and David S. Miller committed Jul 30, 2012
1 parent 853aa7c commit b066fb5
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 61648d91fc278fd1d500da8061d17e6920cd3500
refs/heads/master: ea4b3857861fe147137517da200d04cbbc91ad49
3 changes: 1 addition & 2 deletions trunk/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -9360,8 +9360,7 @@ static int __devinit bnx2x_prev_mark_path(struct bnx2x *bp)
struct bnx2x_prev_path_list *tmp_list;
int rc;

tmp_list = (struct bnx2x_prev_path_list *)
kmalloc(sizeof(struct bnx2x_prev_path_list), GFP_KERNEL);
tmp_list = kmalloc(sizeof(struct bnx2x_prev_path_list), GFP_KERNEL);
if (!tmp_list) {
BNX2X_ERR("Failed to allocate 'bnx2x_prev_path_list'\n");
return -ENOMEM;
Expand Down

0 comments on commit b066fb5

Please sign in to comment.