sky2: remove some leftover debug messages

Eliminate extra debug messages

Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
This commit is contained in:
Stephen Hemminger 2007-07-09 15:33:43 -07:00 committed by Jeff Garzik
parent 36eb0c71f3
commit e923d7b124

View file

@ -2058,8 +2058,6 @@ static struct sk_buff *receive_new(struct sky2_port *sky2,
struct sk_buff *skb, *nskb; struct sk_buff *skb, *nskb;
unsigned hdr_space = sky2->rx_data_size; unsigned hdr_space = sky2->rx_data_size;
pr_debug(PFX "receive new length=%d\n", length);
/* Don't be tricky about reusing pages (yet) */ /* Don't be tricky about reusing pages (yet) */
nskb = sky2_rx_alloc(sky2); nskb = sky2_rx_alloc(sky2);
if (unlikely(!nskb)) if (unlikely(!nskb))
@ -2728,8 +2726,6 @@ static void sky2_restart(struct work_struct *work)
struct net_device *dev; struct net_device *dev;
int i, err; int i, err;
dev_dbg(&hw->pdev->dev, "restarting\n");
del_timer_sync(&hw->idle_timer); del_timer_sync(&hw->idle_timer);
rtnl_lock(); rtnl_lock();