These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / drivers / s390 / char / sclp_sdias.c
index eb7cb07..7cdd13d 100644 (file)
@@ -21,7 +21,6 @@
 #define TRACE(x...) debug_sprintf_event(sdias_dbf, 1, x)
 
 #define SDIAS_RETRIES 300
-#define SDIAS_SLEEP_TICKS 50
 
 static struct debug_info *sdias_dbf;
 
@@ -68,7 +67,7 @@ static int sdias_sclp_send(struct sclp_req *req)
                        /* not initiated, wait some time and retry */
                        set_current_state(TASK_INTERRUPTIBLE);
                        TRACE("add request failed: rc = %i\n",rc);
-                       schedule_timeout(SDIAS_SLEEP_TICKS);
+                       schedule_timeout(msecs_to_jiffies(500));
                        continue;
                }
                /* initiated, wait for completion of service call */