mirror of https://gitee.com/openkylin/linux.git
Staging: sep: Correct misspelled "remap_page_range" -> "remap_pfn_range"
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
d328ddd20e
commit
375d8886bc
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue