aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2007-12-22 21:17:09 +0000
committerJohn Crispin <blogic@openwrt.org>2007-12-22 21:17:09 +0000
commit9da39b0b0409be33bfc55c6e1d578097a37b716a (patch)
tree2df7a2ae57e241546b189c80f7a40ca29551ee02 /target
parent5ed7911b582f62a59cd1a6b461e773bab2de4afd (diff)
downloadmaster-187ad058-9da39b0b0409be33bfc55c6e1d578097a37b716a.tar.gz
master-187ad058-9da39b0b0409be33bfc55c6e1d578097a37b716a.tar.bz2
master-187ad058-9da39b0b0409be33bfc55c6e1d578097a37b716a.zip
remove dbg printk from pci code
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9847 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/ifxmips/files/arch/mips/ifxmips/pci.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/ifxmips/files/arch/mips/ifxmips/pci.c b/target/linux/ifxmips/files/arch/mips/ifxmips/pci.c
index 69caf67d7b..d8dac469f2 100644
--- a/target/linux/ifxmips/files/arch/mips/ifxmips/pci.c
+++ b/target/linux/ifxmips/files/arch/mips/ifxmips/pci.c
@@ -164,7 +164,6 @@ int pcibios_plat_dev_init(struct pci_dev *dev){
break;
case 1:
//falling edge level triggered:0x4, low level:0xc, rising edge:0x2
- printk("%s:%s[%d] %08X \n", __FILE__, __func__, __LINE__, dev->irq);
writel(readl(IFXMIPS_EBU_PCC_CON) | 0xc, IFXMIPS_EBU_PCC_CON);
writel(readl(IFXMIPS_EBU_PCC_IEN) | 0x10, IFXMIPS_EBU_PCC_IEN);
break;