commit | cca986fab9e819319353bece789cb9d2890c1115 | [log] [tgz] |
---|---|---|
author | Nikolay Borisov <nborisov@suse.com> | Fri Jul 29 17:14:26 2022 +0530 |
committer | Anup Patel <anup@brainfault.org> | Fri Jul 29 17:14:26 2022 +0530 |
tree | 731e41c3963b5a63de701974929207851dd9d195 | |
parent | 6259d2f834f2834e32254e0c02a4c4996d34495a [diff] |
RISC-V: KVM: Make kvm_riscv_guest_timer_init a void function It can never fail so convey that fact explicitly by making the function void. Also in kvm_arch_init_vm it makes it clear that there no need to do any cleanup after kvm_riscv_gstage_vmid_init has been called. Signed-off-by: Nikolay Borisov <nborisov@suse.com> Signed-off-by: Anup Patel <anup@brainfault.org>