diff options
author | Zheng Da <zhengda1936@gmail.com> | 2010-02-06 07:53:19 +0100 |
---|---|---|
committer | Zheng Da <zhengda1936@gmail.com> | 2010-02-06 07:53:19 +0100 |
commit | 5f0efbbbd36294b663986399eef434327aea65e6 (patch) | |
tree | d1e08a7b7ca1a93321c65fcb57141509141e1778 /dde_pcnet32 | |
parent | 0160c09ad53e6d1e21d70c8c03c6ca6479737564 (diff) |
remove printing in dde_pcnet32.
Diffstat (limited to 'dde_pcnet32')
-rw-r--r-- | dde_pcnet32/pcnet32.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dde_pcnet32/pcnet32.c b/dde_pcnet32/pcnet32.c index c7edda3a..27996de5 100644 --- a/dde_pcnet32/pcnet32.c +++ b/dde_pcnet32/pcnet32.c @@ -1284,7 +1284,6 @@ static int pcnet32_tx(struct net_device *dev) int delta; int must_restart = 0; - printk("an interrupt for packet transmission\n"); while (dirty_tx != lp->cur_tx) { int entry = dirty_tx & lp->tx_mod_mask; int status = (short)le16_to_cpu(lp->tx_ring[entry].status); @@ -2495,7 +2494,6 @@ static int pcnet32_start_xmit(struct sk_buff *skb, struct net_device *dev) int entry; unsigned long flags; - printk("we are going to transmit a packet\n"); spin_lock_irqsave(&lp->lock, flags); if (netif_msg_tx_queued(lp)) { |