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:
parent
36eb0c71f3
commit
e923d7b124
1 changed files with 0 additions and 4 deletions
|
@ -2058,8 +2058,6 @@ static struct sk_buff *receive_new(struct sky2_port *sky2,
|
|||
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_struct *work)
|
|||
struct net_device *dev;
|
||||
int i, err;
|
||||
|
||||
dev_dbg(&hw->pdev->dev, "restarting\n");
|
||||
|
||||
del_timer_sync(&hw->idle_timer);
|
||||
|
||||
rtnl_lock();
|
||||
|
|
Loading…
Reference in a new issue