Drivers: hv: vmbus: Reduce the delay between retries in vmbus_post_msg()
authorK. Y. Srinivasan <kys@microsoft.com>
Fri, 1 Jul 2016 23:26:36 +0000 (16:26 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 31 Aug 2016 11:05:41 +0000 (13:05 +0200)
commit8de0d7e951826d7592e0ba1da655b175c4aa0923
treef81ca54477882de47dfc6f8962078f5f93abbe2f
parentccef9bcc02ee63ac171ea9f0d51e04b3e55b3a12
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>
drivers/hv/connection.c