|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen master] common/domain: avoid to shadow the variable "d" in do_vcpu_op
commit f6f08decb5f24ac299ab2ce23e2164ed8b13ca50
Author: Julien Grall <julien.grall@xxxxxxxxxx>
AuthorDate: Thu Oct 29 12:19:23 2015 +0100
Commit: Jan Beulich <jbeulich@xxxxxxxx>
CommitDate: Thu Oct 29 12:19:23 2015 +0100
common/domain: avoid to shadow the variable "d" in do_vcpu_op
The variable "d" is defined twice. However, the second one is not
necessary as the vCPU as already been deduced from the first "d".
Signed-off-by: Julien Grall <julien.grall@xxxxxxxxxx>
Reviewed-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
---
xen/common/domain.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/xen/common/domain.c b/xen/common/domain.c
index b0378aa..b95f29a 100644
--- a/xen/common/domain.c
+++ b/xen/common/domain.c
@@ -1329,7 +1329,6 @@ long do_vcpu_op(int cmd, unsigned int vcpuid,
XEN_GUEST_HANDLE_PARAM(void) arg)
case VCPUOP_register_vcpu_info:
{
- struct domain *d = v->domain;
struct vcpu_register_vcpu_info info;
rc = -EFAULT;
--
generated by git-patchbot for /home/xen/git/xen.git#master
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |