Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 8366
b: refs/heads/master
c: 621a4d1
h: refs/heads/master
v: v3
  • Loading branch information
Victor Fusco authored and Linus Torvalds committed Sep 10, 2005
1 parent 861b8b2 commit 6d8db05
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: b2d550736f8b2186b8ef7e206d0bfbfec2238ae8
refs/heads/master: 621a4d1a823e1ec631fbfbe6e53ad036e2d2abc6
2 changes: 1 addition & 1 deletion trunk/drivers/char/n_tty.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@

static inline unsigned char *alloc_buf(void)
{
int prio = in_interrupt() ? GFP_ATOMIC : GFP_KERNEL;
unsigned int prio = in_interrupt() ? GFP_ATOMIC : GFP_KERNEL;

if (PAGE_SIZE != N_TTY_BUF_SIZE)
return kmalloc(N_TTY_BUF_SIZE, prio);
Expand Down

0 comments on commit 6d8db05

Please sign in to comment.