mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-21 18:06:50 +00:00
Minor: Add comma to audio/bus.cc log message
This commit is contained in:
parent
bba5a61ef9
commit
75ea9c35db
@ -186,7 +186,7 @@ class Pci_driver : public Bsd::Bus_driver
|
|||||||
if ((device.device_id() == PCI_PRODUCT_INTEL_CORE4G_HDA_2) ||
|
if ((device.device_id() == PCI_PRODUCT_INTEL_CORE4G_HDA_2) ||
|
||||||
(bus == 0 && dev == 3 && func == 0)) {
|
(bus == 0 && dev == 3 && func == 0)) {
|
||||||
Genode::warning("ignore ", (unsigned)bus, ":", (unsigned)dev, ":",
|
Genode::warning("ignore ", (unsigned)bus, ":", (unsigned)dev, ":",
|
||||||
(unsigned)func, "not supported HDMI/DP HDA device");
|
(unsigned)func, ", not supported HDMI/DP HDA device");
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user