diff options
-rw-r--r-- | drivers/xen/xenbus/xenbus_dev_frontend.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/xen/xenbus/xenbus_dev_frontend.c b/drivers/xen/xenbus/xenbus_dev_frontend.c index a493e99bed21..81a84b3c1c50 100644 --- a/drivers/xen/xenbus/xenbus_dev_frontend.c +++ b/drivers/xen/xenbus/xenbus_dev_frontend.c | |||
@@ -365,7 +365,7 @@ void xenbus_dev_queue_reply(struct xb_req_data *req) | |||
365 | if (WARN_ON(rc)) | 365 | if (WARN_ON(rc)) |
366 | goto out; | 366 | goto out; |
367 | } | 367 | } |
368 | } else if (req->msg.type == XS_TRANSACTION_END) { | 368 | } else if (req->type == XS_TRANSACTION_END) { |
369 | trans = xenbus_get_transaction(u, req->msg.tx_id); | 369 | trans = xenbus_get_transaction(u, req->msg.tx_id); |
370 | if (WARN_ON(!trans)) | 370 | if (WARN_ON(!trans)) |
371 | goto out; | 371 | goto out; |