Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131689
b: refs/heads/master
c: 82a5bd6
h: refs/heads/master
i:
  131687: 6d15e7c
v: v3
  • Loading branch information
Sebastian Siewior authored and David S. Miller committed Feb 19, 2009
1 parent 33eb4ae commit 35c987b
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: 43250ddd75a35d1f7926d989a10fefd30c37eaa7
refs/heads/master: 82a5bd6a7b1b60b5d357e2e4b93b914f57314016
2 changes: 1 addition & 1 deletion trunk/drivers/net/mv643xx_eth.c
Original file line number Diff line number Diff line change
Expand Up @@ -1575,7 +1575,7 @@ static void mv643xx_eth_program_multicast_filter(struct net_device *dev)
return;
}

mc_spec = kmalloc(0x200, GFP_KERNEL);
mc_spec = kmalloc(0x200, GFP_ATOMIC);
if (mc_spec == NULL)
goto oom;
mc_other = mc_spec + (0x100 >> 2);
Expand Down

0 comments on commit 35c987b

Please sign in to comment.