mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-06-08 10:04:42 +00:00
dm:use acrn-dm logger function instread of printf
Use acrn-dm logger function instread of printf, this helps the stability testing log capture. Tracked-On: #4098 Signed-off-by: Mingqiang Chi <mingqiang.chi@intel.com> Reviewed-by: Cao Minggui <minggui.cao@intel.com> Reviewed-by: Yin Fengwei <fengwei.yin@intel.com>
This commit is contained in:
@@ -72,7 +72,7 @@ atkbdc_kbd_queue_data(struct atkbdc_base *base, uint8_t val)
|
||||
base->status |= KBDS_KBD_BUFFER_FULL;
|
||||
base->outport |= KBDO_KBD_OUTFULL;
|
||||
} else {
|
||||
printf("atkbd data buffer full\n");
|
||||
pr_err("atkbd data buffer full\n");
|
||||
}
|
||||
|
||||
return (base->kbd.bcnt < FIFOSZ);
|
||||
|
||||
Reference in New Issue
Block a user