Eliminate extra debug messages Signed-off-by: Stephen Hemminger --- drivers/net/sky2.c | 5 ----- 1 file changed, 5 deletions(-) --- a/drivers/net/sky2.c 2007-07-09 15:30:14.000000000 -0700 +++ b/drivers/net/sky2.c 2007-07-09 15:30:14.000000000 -0700 @@ -2058,8 +2058,6 @@ static struct sk_buff *receive_new(struc struct sk_buff *skb, *nskb; unsigned hdr_space = sky2->rx_data_size; - pr_debug(PFX "receive new length=%d\n", length); - /* Don't be tricky about reusing pages (yet) */ nskb = sky2_rx_alloc(sky2); if (unlikely(!nskb)) @@ -2728,8 +2726,6 @@ static void sky2_restart(struct work_str struct net_device *dev; int i, err; - dev_dbg(&hw->pdev->dev, "restarting\n"); - del_timer_sync(&hw->idle_timer); rtnl_lock(); -- Stephen Hemminger - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html