Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 187025
b: refs/heads/master
c: 282572b
h: refs/heads/master
i:
  187023: 20ffd96
v: v3
  • Loading branch information
Dan Carpenter authored and Takashi Iwai committed Mar 3, 2010
1 parent f8db952 commit 49dc305
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: e61e642c2a0dc283c52cec76a223ac0699773633
refs/heads/master: 282572b5ab99cf27073210ca60b80dd085e1a469
6 changes: 3 additions & 3 deletions trunk/sound/pci/riptide/riptide.c
Original file line number Diff line number Diff line change
Expand Up @@ -1974,9 +1974,9 @@ snd_riptide_proc_read(struct snd_info_entry *entry,
}
snd_iprintf(buffer, "Paths:\n");
i = getpaths(cif, p);
while (i--) {
snd_iprintf(buffer, "%x->%x ", p[i - 1], p[i]);
i--;
while (i >= 2) {
i -= 2;
snd_iprintf(buffer, "%x->%x ", p[i], p[i + 1]);
}
snd_iprintf(buffer, "\n");
}
Expand Down

0 comments on commit 49dc305

Please sign in to comment.