Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 298947
b: refs/heads/master
c: 00792ac
h: refs/heads/master
i:
  298945: d77bf27
  298943: 169198f
v: v3
  • Loading branch information
Fabio Estevam authored and Mark Brown committed Apr 5, 2012
1 parent 2865af6 commit 04a3081
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 1f99e44cf059d2ed43c5a0724fa738b83800f725
refs/heads/master: 00792ac4e0d88e82fc489a5e1c4d4435125a301c
2 changes: 1 addition & 1 deletion trunk/sound/soc/imx/imx-audmux.c
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ static void __init audmux_debugfs_init(void)
return;
}

for (i = 1; i < 8; i++) {
for (i = 0; i < MX31_AUDMUX_PORT6_SSI_PINS_6 + 1; i++) {
snprintf(buf, sizeof(buf), "ssi%d", i);
if (!debugfs_create_file(buf, 0444, audmux_debugfs_root,
(void *)i, &audmux_debugfs_fops))
Expand Down

0 comments on commit 04a3081

Please sign in to comment.