powerpc/hvsi: Increase handshake timeout from 200ms to 400ms.
[platform/adaptation/renesas_rcar/renesas_kernel.git] / drivers / tty / hvc / hvsi_lib.c
index 3396eb9..ac27671 100644 (file)
@@ -341,8 +341,8 @@ void hvsilib_establish(struct hvsi_priv *pv)
 
        pr_devel("HVSI@%x:   ... waiting handshake\n", pv->termno);
 
-       /* Try for up to 200s */
-       for (timeout = 0; timeout < 20; timeout++) {
+       /* Try for up to 400ms */
+       for (timeout = 0; timeout < 40; timeout++) {
                if (pv->established)
                        goto established;
                if (!hvsi_get_packet(pv))