ipv4, ipv6, bonding: Restore control over number of peer notifications
[pandora-kernel.git] / sound / oss / waveartist.c
index e688dde..5246874 100644 (file)
@@ -184,14 +184,8 @@ waveartist_iack(wavnc_info *devc)
 static inline int
 waveartist_sleep(int timeout_ms)
 {
-       unsigned int timeout = timeout_ms * 10 * HZ / 100;
-
-       do {
-               set_current_state(TASK_INTERRUPTIBLE);
-               timeout = schedule_timeout(timeout);
-       } while (timeout);
-
-       return 0;
+       unsigned int timeout = msecs_to_jiffies(timeout_ms*100);
+       return schedule_timeout_interruptible(timeout);
 }
 
 static int