aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2008-07-09 10:09:20 +0000
committerJohn Crispin <blogic@openwrt.org>2008-07-09 10:09:20 +0000
commit1cf401fc7ad8d6b50dd5c7391fe5f5a9bbdcafec (patch)
tree5f26d3b60dddc32f2558c5fbba50589a1561df17 /target/linux
parent2172302a7413ae98506b2ae56331c99b24df98ca (diff)
downloadmaster-187ad058-1cf401fc7ad8d6b50dd5c7391fe5f5a9bbdcafec.tar.gz
master-187ad058-1cf401fc7ad8d6b50dd5c7391fe5f5a9bbdcafec.tar.bz2
master-187ad058-1cf401fc7ad8d6b50dd5c7391fe5f5a9bbdcafec.zip
add missing \n to ath pci code
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11753 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-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 */