diff options
Diffstat (limited to 'src/southbridge/ti/pcixx12')
-rw-r--r-- | src/southbridge/ti/pcixx12/pcixx12.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/southbridge/ti/pcixx12/pcixx12.c b/src/southbridge/ti/pcixx12/pcixx12.c index 5e62292674..abddba158e 100644 --- a/src/southbridge/ti/pcixx12/pcixx12.c +++ b/src/southbridge/ti/pcixx12/pcixx12.c @@ -38,11 +38,11 @@ static void pcixx12_read_resources(device_t dev) static void pcixx12_set_resources(device_t dev) { - printk(BIOS_DEBUG, "%s In set resources \n",dev_path(dev)); + printk(BIOS_DEBUG, "%s In set resources\n",dev_path(dev)); pci_dev_set_resources(dev); - printk(BIOS_DEBUG, "%s done set resources \n",dev_path(dev)); + printk(BIOS_DEBUG, "%s done set resources\n",dev_path(dev)); } static struct device_operations ti_pcixx12_ops = { |