From 2742e357d5d8a63998bf29b1c01f2728593bc214 Mon Sep 17 00:00:00 2001 From: Daniel J Blueman Date: Tue, 18 Dec 2012 23:59:33 +0800 Subject: [PATCH] --- yaml --- r: 347449 b: refs/heads/master c: 44728e97c35ef31d649dafbbada665e37176f5da h: refs/heads/master i: 347447: 8bbfeee7e5692ff7e0508f4ac67f62845db51c1e v: v3 --- [refs] | 2 +- trunk/sound/pci/hda/hda_intel.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 40f289ada3e6..2e52f4ed4387 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6ffe168f822cf7f777987cddc00ade542fd73bf0 +refs/heads/master: 44728e97c35ef31d649dafbbada665e37176f5da diff --git a/trunk/sound/pci/hda/hda_intel.c b/trunk/sound/pci/hda/hda_intel.c index 0f3d3db0df71..cca87277baf0 100644 --- a/trunk/sound/pci/hda/hda_intel.c +++ b/trunk/sound/pci/hda/hda_intel.c @@ -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) @@ -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: