Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 12147
b: refs/heads/master
c: 5fb4dc9
h: refs/heads/master
i:
  12145: d6d920b
  12143: f455d82
v: v3
  • Loading branch information
Dave Airlie authored and Dave Airlie committed Oct 22, 2005
1 parent 972e7f4 commit 2d7bc2c
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: 23bfc1a339e98510f2ce25a2764a0cfe195faa9e
refs/heads/master: 5fb4dc9bf5e3af1ae91be97108bc3b1233252ddf
2 changes: 1 addition & 1 deletion trunk/drivers/char/drm/drm_vm.c
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ static __inline__ struct page *drm_do_vm_shm_nopage(struct vm_area_struct *vma,
offset = address - vma->vm_start;
i = (unsigned long)map->handle + offset;
page = (map->type == _DRM_CONSISTENT) ?
virt_to_page((void *)i) : vmalloc_to_page((void *)i);
virt_to_page((void *)i) : vmalloc_to_page((void *)i);
if (!page)
return NOPAGE_OOM;
get_page(page);
Expand Down

0 comments on commit 2d7bc2c

Please sign in to comment.