Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 232591
b: refs/heads/master
c: d70c673
h: refs/heads/master
i:
  232589: ee27ee2
  232587: 6c18981
  232583: 7e25c67
  232575: e24fe51
v: v3
  • Loading branch information
Timo Teräs authored and Greg Kroah-Hartman committed Jan 20, 2011
1 parent 583d83f commit 77e0137
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: 268eff909afaca93188d2d14554cbf824f6a0e41
refs/heads/master: d70c673153d42e8aefd5ac296c8159ef222d076b
2 changes: 1 addition & 1 deletion trunk/drivers/staging/hv/netvsc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1279,7 +1279,7 @@ static void netvsc_channel_cb(void *context)
/* ASSERT(device); */

packet = kzalloc(NETVSC_PACKET_SIZE * sizeof(unsigned char),
GFP_KERNEL);
GFP_ATOMIC);
if (!packet)
return;
buffer = packet;
Expand Down

0 comments on commit 77e0137

Please sign in to comment.