Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 248461
b: refs/heads/master
c: 20ec8b2
h: refs/heads/master
i:
  248459: 55c1064
v: v3
  • Loading branch information
Takashi Iwai committed May 2, 2011
1 parent 5e39d4d commit d5bda95
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: 90dd48a1a941d0efd413ce011895e3b6edd49b9a
refs/heads/master: 20ec8b24636e2d43435a27a55dbb7e8331c563ca
4 changes: 2 additions & 2 deletions trunk/sound/pci/hda/patch_realtek.c
Original file line number Diff line number Diff line change
Expand Up @@ -1948,11 +1948,11 @@ static void alc_apply_fixup(struct hda_codec *codec, int action)
codec->chip_name, fix->type);
break;
}
if (!fix[id].chained)
if (!fix->chained)
break;
if (++depth > 10)
break;
id = fix[id].chain_id;
id = fix->chain_id;
}
}

Expand Down

0 comments on commit d5bda95

Please sign in to comment.