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:
Binbin Wu 2018-12-21 17:09:19 +08:00 committed by wenlingz
parent 83f32c93f0
commit c3250030aa
1 changed files with 0 additions and 4 deletions

View File

@ -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;
}