add missing \n to ath pci code
authorJohn Crispin <john@openwrt.org>
Wed, 9 Jul 2008 10:09:20 +0000 (10:09 +0000)
committerJohn Crispin <john@openwrt.org>
Wed, 9 Jul 2008 10:09:20 +0000 (10:09 +0000)
SVN-Revision: 11753

target/linux/atheros/files/arch/mips/atheros/ar5315/pci.c

index 0213b34719b800134115ffbee2b99f07ff2d87c4..035a618221284a70016b16b6b995c99fa947de6d 100644 (file)
@@ -186,7 +186,7 @@ int __init ar5315_pci_init(void)
 {
        u32 reg;
 
-       printk("AR531x PCI init... ");
+       printk("AR531x PCI init... \n");
 
        cfgaddr = (u32) ioremap_nocache(0x80000000, 1*1024*1024); /* Remap PCI config space */
        set_io_port_base((unsigned long) ioremap_nocache(AR531X_MEM_BASE + AR531X_IO_SIZE - 1, AR531X_IO_SIZE)); /* PCI I/O space */