commit | 8de0d7e951826d7592e0ba1da655b175c4aa0923 | [log] [tgz] |
---|---|---|
author | K. Y. Srinivasan <kys@microsoft.com> | Fri Jul 01 16:26:36 2016 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Aug 31 13:05:41 2016 +0200 |
tree | f81ca54477882de47dfc6f8962078f5f93abbe2f | |
parent | ccef9bcc02ee63ac171ea9f0d51e04b3e55b3a12 [diff] |
Drivers: hv: vmbus: Reduce the delay between retries in vmbus_post_msg() The current delay between retries is unnecessarily high and is negatively affecting the time it takes to boot the system. Signed-off-by: K. Y. Srinivasan <kys@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>