Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 257754
b: refs/heads/master
c: 21d45d2
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai committed Jul 8, 2011
1 parent 35b9fa7 commit 7480609
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: e47706295843730c815dbc98f47ed2f75e051109
refs/heads/master: 21d45d2ba97fa5bcb41b444095338dde792026d3
2 changes: 1 addition & 1 deletion trunk/sound/pci/hda/patch_via.c
Original file line number Diff line number Diff line change
Expand Up @@ -1802,7 +1802,7 @@ static void mangle_smart51(struct hda_codec *codec)
for (j = 0; j < nums; j++)
if (ins[pins[j]].type < ins[i].type) {
memmove(pins + j + 1, pins + j,
(nums - j - 1) * sizeof(int));
(nums - j) * sizeof(int));
break;
}
pins[j] = i;
Expand Down

0 comments on commit 7480609

Please sign in to comment.