Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 361162
b: refs/heads/master
c: 0fa26ce
h: refs/heads/master
v: v3
  • Loading branch information
Felipe Balbi authored and Tony Lindgren committed Mar 4, 2013
1 parent 7962dd9 commit 7432b92
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 8a6201b9ea71b521557d25e356eef640176899df
refs/heads/master: 0fa26ce9f3fbaf517f752283f5b7efc5cbb51916
5 changes: 3 additions & 2 deletions trunk/arch/arm/mach-omap2/mux.c
Original file line number Diff line number Diff line change
Expand Up @@ -739,8 +739,9 @@ static void __init omap_mux_dbg_create_entry(
list_for_each_entry(e, &partition->muxmodes, node) {
struct omap_mux *m = &e->mux;

(void)debugfs_create_file(m->muxnames[0], S_IWUSR, mux_dbg_dir,
m, &omap_mux_dbg_signal_fops);
(void)debugfs_create_file(m->muxnames[0], S_IWUSR | S_IRUGO,
mux_dbg_dir, m,
&omap_mux_dbg_signal_fops);
}
}

Expand Down

0 comments on commit 7432b92

Please sign in to comment.