Fix remainder of formats in userland.
This commit is contained in:
parent
69aced2220
commit
17ed4ca1f6
5 changed files with 15 additions and 15 deletions
|
|
@ -119,7 +119,7 @@ void AhciDriver::DumpCapabilities() {
|
|||
dbgln("Aggressive device sleep management");
|
||||
}
|
||||
|
||||
dbgln("Control %x", ahci_hba_->global_host_control);
|
||||
dbgln("Control {x}", ahci_hba_->global_host_control);
|
||||
}
|
||||
|
||||
void AhciDriver::DumpPorts() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue