Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 43564
b: refs/heads/master
c: 1f70cec
h: refs/heads/master
v: v3
  • Loading branch information
Josef Sipek authored and Linus Torvalds committed Dec 8, 2006
1 parent f7eb200 commit cbba2b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 6a90cd248deca1ceaf417c9a04bf3be6026e7a64
refs/heads/master: 1f70ceccb8e9159118c1ac65a245b16406d9e721
4 changes: 2 additions & 2 deletions trunk/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 cbba2b9

Please sign in to comment.