diff options
Diffstat (limited to 'sound/pci/intel8x0.c')
-rw-r--r-- | sound/pci/intel8x0.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sound/pci/intel8x0.c b/sound/pci/intel8x0.c index 383a3ac5ecba..c2f050215321 100644 --- a/sound/pci/intel8x0.c +++ b/sound/pci/intel8x0.c | |||
@@ -2144,8 +2144,7 @@ static void do_ali_reset(intel8x0_t *chip) | |||
2144 | } | 2144 | } |
2145 | 2145 | ||
2146 | #define do_delay(chip) do {\ | 2146 | #define do_delay(chip) do {\ |
2147 | set_current_state(TASK_UNINTERRUPTIBLE);\ | 2147 | schedule_timeout_uninterruptible(1);\ |
2148 | schedule_timeout(1);\ | ||
2149 | } while (0) | 2148 | } while (0) |
2150 | 2149 | ||
2151 | static int snd_intel8x0_ich_chip_init(intel8x0_t *chip, int probing) | 2150 | static int snd_intel8x0_ich_chip_init(intel8x0_t *chip, int probing) |