mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-02-22 21:36:13 +00:00
Drivers: hv: Get rid of unnecessary request for offers
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>
This commit is contained in:
parent
9acd6442c6
commit
0198631328
@ -592,8 +592,6 @@ int __vmbus_driver_register(struct hv_driver *hv_driver, struct module *owner, c
|
|||||||
|
|
||||||
ret = driver_register(&hv_driver->driver);
|
ret = driver_register(&hv_driver->driver);
|
||||||
|
|
||||||
vmbus_request_offers();
|
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
EXPORT_SYMBOL_GPL(__vmbus_driver_register);
|
EXPORT_SYMBOL_GPL(__vmbus_driver_register);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user