diff options
| -rw-r--r-- | drivers/hv/connection.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hv/connection.c b/drivers/hv/connection.c index 8f4743ab5fb2..936093e0271e 100644 --- a/drivers/hv/connection.c +++ b/drivers/hv/connection.c | |||
| @@ -195,7 +195,7 @@ int vmbus_connect(void) | |||
| 195 | 195 | ||
| 196 | do { | 196 | do { |
| 197 | ret = vmbus_negotiate_version(msginfo, version); | 197 | ret = vmbus_negotiate_version(msginfo, version); |
| 198 | if (ret) | 198 | if (ret == -ETIMEDOUT) |
| 199 | goto cleanup; | 199 | goto cleanup; |
| 200 | 200 | ||
| 201 | if (vmbus_connection.conn_state == CONNECTED) | 201 | if (vmbus_connection.conn_state == CONNECTED) |
