mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-19 00:46:31 +00:00
修复日志输出函数的bug
This commit is contained in:
@ -466,7 +466,7 @@ void pci_init()
|
||||
|
||||
ptr = container_of(list_next(&(ptr->list)), struct pci_device_structure_header_t, list);
|
||||
}
|
||||
kinfo("PCI bus initialized.")
|
||||
kinfo("PCI bus initialized.");
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user