Skip to content

Commit

Permalink
sky2: remove some leftover debug messages
Browse files Browse the repository at this point in the history
Eliminate extra debug messages

Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
  • Loading branch information
Stephen Hemminger authored and Jeff Garzik committed Jul 10, 2007
1 parent 36eb0c7 commit e923d7b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions drivers/net/sky2.c
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down Expand Up @@ -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();
Expand Down

0 comments on commit e923d7b

Please sign in to comment.