diff options
Diffstat (limited to 'drivers/hv/channel.c')
-rw-r--r-- | drivers/hv/channel.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/hv/channel.c b/drivers/hv/channel.c index 6de6c98ce6eb..b58a1785d038 100644 --- a/drivers/hv/channel.c +++ b/drivers/hv/channel.c | |||
@@ -69,7 +69,6 @@ void vmbus_get_debug_info(struct vmbus_channel *channel, | |||
69 | u8 monitor_group = (u8)channel->offermsg.monitorid / 32; | 69 | u8 monitor_group = (u8)channel->offermsg.monitorid / 32; |
70 | u8 monitor_offset = (u8)channel->offermsg.monitorid % 32; | 70 | u8 monitor_offset = (u8)channel->offermsg.monitorid % 32; |
71 | 71 | ||
72 | debuginfo->relid = channel->offermsg.child_relid; | ||
73 | debuginfo->state = channel->state; | 72 | debuginfo->state = channel->state; |
74 | memcpy(&debuginfo->interfacetype, | 73 | memcpy(&debuginfo->interfacetype, |
75 | &channel->offermsg.offer.if_type, sizeof(uuid_le)); | 74 | &channel->offermsg.offer.if_type, sizeof(uuid_le)); |