summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2008-07-09 10:09:20 +0000
committerJohn Crispin <john@openwrt.org>2008-07-09 10:09:20 +0000
commit77fed3fa5b0ad954dbf3f0092dc28f5b85fc23f7 (patch)
tree098299ae460f02c48ae108cc611d66f39a2f1cc4 /target
parent571e9798293edd87ec852a428dfdde5862b3ba2d (diff)
downloadmaster-31e0f0ae-77fed3fa5b0ad954dbf3f0092dc28f5b85fc23f7.tar.gz
master-31e0f0ae-77fed3fa5b0ad954dbf3f0092dc28f5b85fc23f7.tar.bz2
master-31e0f0ae-77fed3fa5b0ad954dbf3f0092dc28f5b85fc23f7.zip
add missing \n to ath pci code
SVN-Revision: 11753
Diffstat (limited to 'target')
-rw-r--r--target/linux/atheros/files/arch/mips/atheros/ar5315/pci.c2
1 files changed, 1 insertions, 1 deletions
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 0213b34719..035a618221 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 */