diff options
-rw-r--r-- | drivers/video/uvesafb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/uvesafb.c b/drivers/video/uvesafb.c index 74ae75899009..398fd25e0810 100644 --- a/drivers/video/uvesafb.c +++ b/drivers/video/uvesafb.c | |||
@@ -189,7 +189,7 @@ static int uvesafb_exec(struct uvesafb_ktask *task) | |||
189 | uvfb_tasks[seq] = task; | 189 | uvfb_tasks[seq] = task; |
190 | mutex_unlock(&uvfb_lock); | 190 | mutex_unlock(&uvfb_lock); |
191 | 191 | ||
192 | err = cn_netlink_send(m, 0, gfp_any()); | 192 | err = cn_netlink_send(m, 0, GFP_KERNEL); |
193 | if (err == -ESRCH) { | 193 | if (err == -ESRCH) { |
194 | /* | 194 | /* |
195 | * Try to start the userspace helper if sending | 195 | * Try to start the userspace helper if sending |