Skip to content

Commit

Permalink
[PATCH] struct path: convert frv
Browse files Browse the repository at this point in the history
Signed-off-by: Josef Sipek <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Josef Sipek authored and Linus Torvalds committed Dec 8, 2006
1 parent 6a90cd2 commit 1f70cec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/frv/mm/elf-fdpic.c
Original file line number Diff line number Diff line change
Expand Up @@ -110,14 +110,14 @@ unsigned long arch_get_unmapped_area(struct file *filp, unsigned long addr, unsi

#if 0
printk("[area] l=%lx (ENOMEM) f='%s'\n",
len, filp ? filp->f_dentry->d_name.name : "");
len, filp ? filp->f_path.dentry->d_name.name : "");
#endif
return -ENOMEM;

success:
#if 0
printk("[area] l=%lx ad=%lx f='%s'\n",
len, addr, filp ? filp->f_dentry->d_name.name : "");
len, addr, filp ? filp->f_path.dentry->d_name.name : "");
#endif
return addr;
} /* end arch_get_unmapped_area() */

0 comments on commit 1f70cec

Please sign in to comment.