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:
parent
43683c7fc9
commit
f60896951b
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue