mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 12:42:02 +00:00
Driver: hv: vmbus: drop a no long applicable comment
None of the things mentioned in the comment is initialized in hv_init. They've been moved elsewhere. Signed-off-by: Wei Liu <wei.liu@kernel.org> Link: https://lore.kernel.org/r/20200506160806.118965-1-wei.liu@kernel.org Reviewed-by: Michael Kelley <mikelley@microsoft.com>
This commit is contained in:
parent
b7d18c57c9
commit
723c425f29
@ -1404,7 +1404,6 @@ static int vmbus_bus_init(void)
|
|||||||
{
|
{
|
||||||
int ret;
|
int ret;
|
||||||
|
|
||||||
/* Hypervisor initialization...setup hypercall page..etc */
|
|
||||||
ret = hv_init();
|
ret = hv_init();
|
||||||
if (ret != 0) {
|
if (ret != 0) {
|
||||||
pr_err("Unable to initialize the hypervisor - 0x%x\n", ret);
|
pr_err("Unable to initialize the hypervisor - 0x%x\n", ret);
|
||||||
|
Loading…
Reference in New Issue
Block a user