hv: vcpuid: remove unnecessary check code
The removed check code is not necessary. Tracked-On: #861 Signed-off-by: Binbin Wu <binbin.wu@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
parent
83f32c93f0
commit
c3250030aa
|
@ -253,10 +253,6 @@ int32_t set_vcpuid_entries(struct acrn_vm *vm)
|
|||
default:
|
||||
init_vcpuid_entry(i, 0U, 0U, &entry);
|
||||
result = set_vcpuid_entry(vm, &entry);
|
||||
if (result != 0) {
|
||||
/* break out of switch */
|
||||
break;
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue