projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
478fa35
)
remove debug junk
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 21 Apr 2007 00:10:28 +0000
(
00:10
+0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 21 Apr 2007 00:10:28 +0000
(
00:10
+0000)
SVN-Revision: 7021
target/linux/ar7-2.6/files/drivers/net/cpmac.c
patch
|
blob
|
history
diff --git
a/target/linux/ar7-2.6/files/drivers/net/cpmac.c
b/target/linux/ar7-2.6/files/drivers/net/cpmac.c
index a3862e5a1b1cacbc46147e4cb31e257c4f33731f..cbd7cfd357521f46217038d8de5a2ff315d6a03c 100644
(file)
--- a/
target/linux/ar7-2.6/files/drivers/net/cpmac.c
+++ b/
target/linux/ar7-2.6/files/drivers/net/cpmac.c
@@
-430,7
+430,6
@@
static void cpmac_rx(struct net_device *dev, int channel)
desc = desc->next;
dma_cache_inv((u32)desc, 16);
if (start == desc) {
- printk("Somebody set up us the bomb!!\n");
break;
}
}