hv: change log level for find_match_mmio_node

Replace pr_fatal with pr_info to reduce printing logs

Tracked-On: #4853

Signed-off-by: Yuan Liu <yuan1.liu@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
Yuan Liu 2020-08-11 09:26:04 +08:00 committed by wenlingz
parent 43683c7fc9
commit f60896951b
1 changed files with 1 additions and 1 deletions

View File

@ -633,7 +633,7 @@ static inline struct mem_io_node *find_match_mmio_node(struct acrn_vm *vm,
}
if (!found) {
pr_fatal("%s, vm[%d] no match mmio region [0x%lx, 0x%lx] is found",
pr_info("%s, vm[%d] no match mmio region [0x%lx, 0x%lx] is found",
__func__, vm->vm_id, start, end);
mmio_node = NULL;
}