Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 139242
b: refs/heads/master
c: 6e6fe42
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Apr 1, 2009
1 parent 099ffe2 commit 01742fd
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: fa7af8b1bb6dfca7a0c8541683a9bfffbc8dd345
refs/heads/master: 6e6fe42227e23a379d3c70f6ff257131399e4075
2 changes: 1 addition & 1 deletion trunk/drivers/video/uvesafb.c
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ static int uvesafb_exec(struct uvesafb_ktask *task)
uvfb_tasks[seq] = task;
mutex_unlock(&uvfb_lock);

err = cn_netlink_send(m, 0, gfp_any());
err = cn_netlink_send(m, 0, GFP_KERNEL);
if (err == -ESRCH) {
/*
* Try to start the userspace helper if sending
Expand Down

0 comments on commit 01742fd

Please sign in to comment.