Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 347449
b: refs/heads/master
c: 44728e9
h: refs/heads/master
i:
  347447: 8bbfeee
v: v3
  • Loading branch information
Daniel J Blueman authored and Takashi Iwai committed Dec 18, 2012
1 parent 3a57821 commit 2742e35
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: 6ffe168f822cf7f777987cddc00ade542fd73bf0
refs/heads/master: 44728e97c35ef31d649dafbbada665e37176f5da
4 changes: 2 additions & 2 deletions trunk/sound/pci/hda/hda_intel.c
Original file line number Diff line number Diff line change
Expand Up @@ -2876,7 +2876,7 @@ static int azx_free(struct azx *chip)
azx_notifier_unregister(chip);

chip->init_failed = 1; /* to be sure */
complete(&chip->probe_wait);
complete_all(&chip->probe_wait);

if (use_vga_switcheroo(chip)) {
if (chip->disabled && chip->bus)
Expand Down Expand Up @@ -3504,7 +3504,7 @@ static int azx_probe(struct pci_dev *pci,
pm_runtime_put_noidle(&pci->dev);

dev++;
complete(&chip->probe_wait);
complete_all(&chip->probe_wait);
return 0;

out_free:
Expand Down

0 comments on commit 2742e35

Please sign in to comment.