Skip to content

Commit

Permalink
trivial: return ret when generating vcpu node
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Guikema <[email protected]>
  • Loading branch information
chrisguikema authored and kent-mcleod committed May 1, 2022
1 parent 1058f0f commit 9de0630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libsel4vmmplatsupport/src/arch/arm/guest_vcpu_util.c
Original file line number Diff line number Diff line change
Expand Up @@ -110,5 +110,5 @@ int fdt_generate_plat_vcpu_node(vm_t *vm, void *fdt)
if (vm->num_vcpus > 1) {
ret = generate_psci_node(fdt, root_offset);
}
return 0;
return ret;
}

0 comments on commit 9de0630

Please sign in to comment.