Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 58727
b: refs/heads/master
c: e923d7b
h: refs/heads/master
i:
  58725: bb54b1e
  58723: 1862e1c
  58719: c635f6b
v: v3
  • Loading branch information
Stephen Hemminger authored and Jeff Garzik committed Jul 10, 2007
1 parent c28f9df commit 84d44b0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 36eb0c71f3ab42b116a5a7bda733230014741632
refs/heads/master: e923d7b124d2b2218faac22714dc6e4639fab2e7
4 changes: 0 additions & 4 deletions trunk/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 84d44b0

Please sign in to comment.