Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 180198
b: refs/heads/master
c: d291b9a
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Jan 29, 2010
1 parent 94a3fb1 commit 7bb0d6e
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: b473946a0853860e13b51c28add5524741117786
refs/heads/master: d291b9af1a1a12f59a464494900c6e0db26e2ec3
2 changes: 1 addition & 1 deletion trunk/drivers/net/benet/be_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2168,7 +2168,7 @@ static int be_stats_init(struct be_adapter *adapter)
cmd->va = pci_alloc_consistent(adapter->pdev, cmd->size, &cmd->dma);
if (cmd->va == NULL)
return -1;
memset(cmd->va, cmd->size, 0);
memset(cmd->va, 0, cmd->size);
return 0;
}

Expand Down

0 comments on commit 7bb0d6e

Please sign in to comment.