[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen master] credit: remove pointless local variable initialization
commit 9c419ee77f3e6c3a90a4a08c8682b4216bed8cb0 Author: Joshua Otto <jtotto@xxxxxxxxxxxx> AuthorDate: Thu Jan 7 15:28:08 2016 +0100 Commit: Jan Beulich <jbeulich@xxxxxxxx> CommitDate: Thu Jan 7 15:28:08 2016 +0100 credit: remove pointless local variable initialization Coverity CID 1343301 No functional changes. Signed-off-by: Joshua Otto <jtotto@xxxxxxxxxxxx> --- xen/common/sched_credit.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/xen/common/sched_credit.c b/xen/common/sched_credit.c index 0dce790..02afddf 100644 --- a/xen/common/sched_credit.c +++ b/xen/common/sched_credit.c @@ -1792,7 +1792,7 @@ csched_dump_pcpu(const struct scheduler *ops, int cpu) struct csched_private *prv = CSCHED_PRIV(ops); struct csched_pcpu *spc; struct csched_vcpu *svc; - spinlock_t *lock = lock; + spinlock_t *lock; unsigned long flags; int loop; #define cpustr keyhandler_scratch -- 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 |