Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 203338
b: refs/heads/master
c: 3d8009c
h: refs/heads/master
v: v3
  • Loading branch information
Brian King authored and David S. Miller committed Jul 2, 2010
1 parent fb303f2 commit 9688e86
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: 05318bc905467237d4aa68a701f6e92a2b332218
refs/heads/master: 3d8009c780ee90fccb5c171caf30aff839f13547
2 changes: 1 addition & 1 deletion trunk/drivers/net/ehea/ehea_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ static struct net_device_stats *ehea_get_stats(struct net_device *dev)

memset(stats, 0, sizeof(*stats));

cb2 = (void *)get_zeroed_page(GFP_ATOMIC);
cb2 = (void *)get_zeroed_page(GFP_KERNEL);
if (!cb2) {
ehea_error("no mem for cb2");
goto out;
Expand Down

0 comments on commit 9688e86

Please sign in to comment.