Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 332291
b: refs/heads/master
c: ce86091
h: refs/heads/master
i:
  332289: c9a9cf0
  332287: 165ffa9
v: v3
  • Loading branch information
Steven Miao authored and Bob Liu committed Oct 8, 2012
1 parent 83e4fa2 commit 0082e9e
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: a54081c45c4070c4ec708f63abb87b8d0944f77a
refs/heads/master: ce8609146d09df213ed1e842ece7ad477e0ab7a6
4 changes: 2 additions & 2 deletions trunk/arch/blackfin/kernel/bfin_gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -1265,8 +1265,8 @@ static __init int gpio_register_proc(void)
{
struct proc_dir_entry *proc_gpio;

proc_gpio = proc_create("gpio", S_IRUGO, NULL, &gpio_proc_ops);
return proc_gpio != NULL;
proc_gpio = proc_create("gpio", 0, NULL, &gpio_proc_ops);
return proc_gpio == NULL;
}
__initcall(gpio_register_proc);
#endif
Expand Down

0 comments on commit 0082e9e

Please sign in to comment.