diff options
Diffstat (limited to 'drivers/xen/xenbus/xenbus_probe.c')
-rw-r--r-- | drivers/xen/xenbus/xenbus_probe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/xen/xenbus/xenbus_probe.c b/drivers/xen/xenbus/xenbus_probe.c index 739769551e33..d5347fe15882 100644 --- a/drivers/xen/xenbus/xenbus_probe.c +++ b/drivers/xen/xenbus/xenbus_probe.c | |||
@@ -724,7 +724,7 @@ static int __init xenbus_init(void) | |||
724 | 724 | ||
725 | /* Next allocate a local port which xenstored can bind to */ | 725 | /* Next allocate a local port which xenstored can bind to */ |
726 | alloc_unbound.dom = DOMID_SELF; | 726 | alloc_unbound.dom = DOMID_SELF; |
727 | alloc_unbound.remote_dom = 0; | 727 | alloc_unbound.remote_dom = DOMID_SELF; |
728 | 728 | ||
729 | err = HYPERVISOR_event_channel_op(EVTCHNOP_alloc_unbound, | 729 | err = HYPERVISOR_event_channel_op(EVTCHNOP_alloc_unbound, |
730 | &alloc_unbound); | 730 | &alloc_unbound); |