diff options
Diffstat (limited to 'drivers/thunderbolt/tunnel.c')
| -rw-r--r-- | drivers/thunderbolt/tunnel.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/thunderbolt/tunnel.c b/drivers/thunderbolt/tunnel.c index 9099ae73e78f..4f222673d651 100644 --- a/drivers/thunderbolt/tunnel.c +++ b/drivers/thunderbolt/tunnel.c @@ -526,7 +526,7 @@ static int tb_dp_xchg_caps(struct tb_tunnel *tunnel)  	 * Perform connection manager handshake between IN and OUT ports  	 * before capabilities exchange can take place.  	 */ -	ret = tb_dp_cm_handshake(in, out, 1500); +	ret = tb_dp_cm_handshake(in, out, 3000);  	if (ret)  		return ret;  |