diff options
author | John Crispin <blogic@openwrt.org> | 2007-12-22 21:17:09 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2007-12-22 21:17:09 +0000 |
commit | 9da39b0b0409be33bfc55c6e1d578097a37b716a (patch) | |
tree | 2df7a2ae57e241546b189c80f7a40ca29551ee02 | |
parent | 5ed7911b582f62a59cd1a6b461e773bab2de4afd (diff) | |
download | master-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
-rw-r--r-- | target/linux/ifxmips/files/arch/mips/ifxmips/pci.c | 1 |
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; |