mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 08:33:17 +02:00
KVM: selftests: Remove superfluous variable assignment
Don't nullify "nodep" to NULL one line before it's set to "tmp". Signed-off-by: Minjie Du <duminjie@vivo.com> Link: https://lore.kernel.org/r/20230704122148.11573-1-duminjie@vivo.com [sean: massage shortlog+changelog] Signed-off-by: Sean Christopherson <seanjc@google.com>
This commit is contained in:
parent
b859b018aa
commit
7e4966e6e1
|
|
@ -634,7 +634,6 @@ static void node_reduce(struct sparsebit *s, struct node *nodep)
|
|||
tmp = node_prev(s, nodep);
|
||||
|
||||
node_rm(s, nodep);
|
||||
nodep = NULL;
|
||||
|
||||
nodep = tmp;
|
||||
reduction_performed = true;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user