projects
/
openwrt
/
staging
/
jow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b37d63
)
remove dbg printk from pci code
author
John Crispin
<john@openwrt.org>
Sat, 22 Dec 2007 21:17:09 +0000
(21:17 +0000)
committer
John Crispin
<john@openwrt.org>
Sat, 22 Dec 2007 21:17:09 +0000
(21:17 +0000)
SVN-Revision: 9847
target/linux/ifxmips/files/arch/mips/ifxmips/pci.c
patch
|
blob
|
history
diff --git
a/target/linux/ifxmips/files/arch/mips/ifxmips/pci.c
b/target/linux/ifxmips/files/arch/mips/ifxmips/pci.c
index 69caf67d7b26229f76906ad60ec562cf52376c8a..d8dac469f27011a017cb549e7a1c780c1a34f731 100644
(file)
--- 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;