Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 324764
b: refs/heads/master
c: 375d888
h: refs/heads/master
v: v3
  • Loading branch information
Robert P. J. Day authored and Greg Kroah-Hartman committed Sep 4, 2012
1 parent ea5fd35 commit 1cf5fb6
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: d328ddd20e076e940f4931cd032aedf1ae2ced73
refs/heads/master: 375d8886bc76871f012a337b4d6d753970d9fb36
2 changes: 1 addition & 1 deletion trunk/drivers/staging/sep/sep_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 +719,7 @@ static int sep_mmap(struct file *filp, struct vm_area_struct *vma)

if (remap_pfn_range(vma, vma->vm_start, bus_addr >> PAGE_SHIFT,
vma->vm_end - vma->vm_start, vma->vm_page_prot)) {
dev_dbg(&sep->pdev->dev, "[PID%d] remap_page_range failed\n",
dev_dbg(&sep->pdev->dev, "[PID%d] remap_pfn_range failed\n",
current->pid);
error = -EAGAIN;
goto end_function_with_error;
Expand Down

0 comments on commit 1cf5fb6

Please sign in to comment.