Skip to content

Commit

Permalink
Drivers: hv: Get rid of unnecessary request for offers
Browse files Browse the repository at this point in the history
This call to seek offers is not necessary and just adds unnecessary delay.
Get rid of it.

Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Reviewed-by: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed Jan 17, 2013
1 parent 9acd644 commit 0198631
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/hv/vmbus_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -592,8 +592,6 @@ int __vmbus_driver_register(struct hv_driver *hv_driver, struct module *owner, c

ret = driver_register(&hv_driver->driver);

vmbus_request_offers();

return ret;
}
EXPORT_SYMBOL_GPL(__vmbus_driver_register);
Expand Down

0 comments on commit 0198631

Please sign in to comment.