From 98a0cd276fea782620c7bfaf121855a91ad6935a Mon Sep 17 00:00:00 2001 From: blogic Date: Wed, 9 Jul 2008 10:09:20 +0000 Subject: [PATCH] add missing \n to ath pci code git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11753 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/atheros/files/arch/mips/atheros/ar5315/pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/atheros/files/arch/mips/atheros/ar5315/pci.c b/target/linux/atheros/files/arch/mips/atheros/ar5315/pci.c index 0213b3471..035a61822 100644 --- a/target/linux/atheros/files/arch/mips/atheros/ar5315/pci.c +++ b/target/linux/atheros/files/arch/mips/atheros/ar5315/pci.c @@ -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 */ -- 2.35.1