Explorar o código

touch: device exit TWM probe fail

When device exit TWM mode, poweron init wait for
reset timeout, casue probe fail, add probe retry.

Change-Id: I2b323eb57cd04bfcc64f136a389b0af49f8b0162
Signed-off-by: Sayantan Majumder <[email protected]>
Zhenbin Tan %!s(int64=3) %!d(string=hai) anos
pai
achega
34a4271847
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      pt/pt_core.c

+ 1 - 0
pt/pt_core.c

@@ -17791,6 +17791,7 @@ int pt_probe(const struct pt_bus_ops *ops, struct device *dev,
 		pt_debug(cd->dev, DL_ERROR,
 			"%s: Enumeration Failed r=%d\n", __func__, rc);
 		/* For PtSBC don't error out, allow TTDL to stay up */
+		rc = -EPROBE_DEFER;
 		goto error_after_startup;
 	}
 	/* Suspend scanning until probe is complete to avoid asyc touches */