Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97152
b: refs/heads/master
c: 296cd66
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed May 21, 2008
1 parent f17641d commit 59d4228
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: 5cf11daf9abdfd7bf5f5893137155cb38ccbdeb8
refs/heads/master: 296cd66f7f6e130fe08e6880ecb13c3fc615a8db
2 changes: 1 addition & 1 deletion trunk/arch/um/drivers/pcap_user.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ static int pcap_open(void *data)
return -EIO;
}

pri->compiled = kmalloc(sizeof(struct bpf_program),
pri->compiled = uml_kmalloc(sizeof(struct bpf_program),
UM_GFP_KERNEL);
if (pri->compiled == NULL) {
printk(UM_KERN_ERR "pcap_open : kmalloc failed\n");
Expand Down

0 comments on commit 59d4228

Please sign in to comment.