Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 14605
b: refs/heads/master
c: 1cdca61
h: refs/heads/master
i:
  14603: d969f0f
v: v3
  • Loading branch information
Hugh Dickins authored and Linus Torvalds committed Nov 22, 2005
1 parent ee5a550 commit 17a09a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 83e9b7e929d1323b9a155d186f77aa8c06155cc3
refs/heads/master: 1cdca61bf8537043edde8ef784ce1a1351361dac
1 change: 1 addition & 0 deletions trunk/sound/usb/usx2y/usx2yhwdeppcm.c
Original file line number Diff line number Diff line change
Expand Up @@ -691,6 +691,7 @@ static struct page * snd_usX2Y_hwdep_pcm_vm_nopage(struct vm_area_struct *area,
snd_assert((offset % PAGE_SIZE) == 0, return NOPAGE_OOM);
vaddr = (char*)((usX2Ydev_t*)area->vm_private_data)->hwdep_pcm_shm + offset;
page = virt_to_page(vaddr);
get_page(page);

if (type)
*type = VM_FAULT_MINOR;
Expand Down

0 comments on commit 17a09a3

Please sign in to comment.