[ALSA] alsa-kernel: schedule_timeout() fixes
[pandora-kernel.git] / sound / pci / via82xx_modem.c
index 8cbf8eb..3aa9d31 100644 (file)
@@ -1001,7 +1001,7 @@ static int snd_via82xx_chip_init(struct via82xx_modem *chip)
                        chip->ac97_secondary = 1;
                        goto __ac97_ok2;
                }
-               schedule_timeout_interruptible(1);
+               schedule_timeout_uninterruptible(1);
        } while (time_before(jiffies, end_time));
        /* This is ok, the most of motherboards have only one codec */