mirror of
https://github.com/RGBCube/serenity
synced 2025-05-23 18:35:07 +00:00
Kernel: Remove redundant (K)String::characters() calls
This commit is contained in:
parent
1d2f78682b
commit
2175c689ef
3 changed files with 3 additions and 3 deletions
|
@ -181,7 +181,7 @@ UNMAP_AFTER_INIT NE2000NetworkAdapter::NE2000NetworkAdapter(PCI::Address address
|
|||
|
||||
reset();
|
||||
set_mac_address(m_mac_address);
|
||||
dmesgln("NE2000: MAC address: {}", m_mac_address.to_string().characters());
|
||||
dmesgln("NE2000: MAC address: {}", m_mac_address.to_string());
|
||||
enable_irq();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue