Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 390
b: refs/heads/master
c: fa732f5
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Apr 24, 2005
1 parent e6060a4 commit 50f8732
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: 01424961e621737c638e489b6a0b5e6602b02612
refs/heads/master: fa732f556896836e88cd662ee7a664c4db6d080d
2 changes: 1 addition & 1 deletion trunk/sound/oss/msnd_pinnacle.c
Original file line number Diff line number Diff line change
Expand Up @@ -892,7 +892,7 @@ static __inline__ int pack_DAPF_to_DAPQ(register int start)
static int dsp_read(char __user *buf, size_t len)
{
int count = len;
char *page = (char *)__get_free_page(PAGE_SIZE);
char *page = (char *)__get_free_page(GFP_KERNEL);

if (!page)
return -ENOMEM;
Expand Down

0 comments on commit 50f8732

Please sign in to comment.