aboutsummaryrefslogtreecommitdiff
path: root/drivers/xen/xenbus/xenbus_dev_frontend.c
diff options
context:
space:
mode:
authorAlex Shi <alex.shi@linaro.org>2016-09-08 12:33:04 +0800
committerAlex Shi <alex.shi@linaro.org>2016-09-08 12:33:04 +0800
commit266fa7380746e8d998691be98b311dc426e4c4ce (patch)
treee1e23f77040158c825506dc4c40d0b0a123088c6 /drivers/xen/xenbus/xenbus_dev_frontend.c
parent5580dff37b9e49623399cb253a7cbef82d9f776a (diff)
parent3b60b86aec06fbae1142ccc4e55b39b529ae2a25 (diff)
Merge tag 'v4.1.32' into linux-linaro-lsk-v4.1
This is the 4.1.32 stable release
Diffstat (limited to 'drivers/xen/xenbus/xenbus_dev_frontend.c')
-rw-r--r--drivers/xen/xenbus/xenbus_dev_frontend.c2
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 531e76474983..0e0eb10f82a0 100644
--- a/drivers/xen/xenbus/xenbus_dev_frontend.c
+++ b/drivers/xen/xenbus/xenbus_dev_frontend.c
@@ -316,7 +316,7 @@ static int xenbus_write_transaction(unsigned msg_type,
rc = -ENOMEM;
goto out;
}
- } else {
+ } else if (msg_type == XS_TRANSACTION_END) {
list_for_each_entry(trans, &u->transactions, list)
if (trans->handle.id == u->u.msg.tx_id)
break;