diff options
Diffstat (limited to 'src/devices/pciexp_device.c')
-rw-r--r-- | src/devices/pciexp_device.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/pciexp_device.c b/src/devices/pciexp_device.c index cf6104ed95..2bc7987b69 100644 --- a/src/devices/pciexp_device.c +++ b/src/devices/pciexp_device.c @@ -34,7 +34,7 @@ static void pciexp_tune_dev(device_t dev) /* error... */ return; } - printk_debug("PCIEXP: tunning %s\n", dev_path(dev)); + printk_debug("PCIe: tunning %s\n", dev_path(dev)); #warning "IMPLEMENT PCI EXPRESS TUNING" } |