diff options
Diffstat (limited to 'drivers/hv/hv_snapshot.c')
-rw-r--r-- | drivers/hv/hv_snapshot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hv/hv_snapshot.c b/drivers/hv/hv_snapshot.c index 67def4a831c8..3fba14e88f03 100644 --- a/drivers/hv/hv_snapshot.c +++ b/drivers/hv/hv_snapshot.c | |||
@@ -263,7 +263,6 @@ void hv_vss_onchannelcallback(void *context) | |||
263 | */ | 263 | */ |
264 | 264 | ||
265 | vss_transaction.recv_len = recvlen; | 265 | vss_transaction.recv_len = recvlen; |
266 | vss_transaction.recv_channel = channel; | ||
267 | vss_transaction.recv_req_id = requestid; | 266 | vss_transaction.recv_req_id = requestid; |
268 | vss_transaction.msg = (struct hv_vss_msg *)vss_msg; | 267 | vss_transaction.msg = (struct hv_vss_msg *)vss_msg; |
269 | 268 | ||
@@ -337,6 +336,7 @@ hv_vss_init(struct hv_util_service *srv) | |||
337 | return -ENOTSUPP; | 336 | return -ENOTSUPP; |
338 | } | 337 | } |
339 | recv_buffer = srv->recv_buffer; | 338 | recv_buffer = srv->recv_buffer; |
339 | vss_transaction.recv_channel = srv->channel; | ||
340 | 340 | ||
341 | /* | 341 | /* |
342 | * When this driver loads, the user level daemon that | 342 | * When this driver loads, the user level daemon that |