Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 88024
b: refs/heads/master
c: 51a491c
h: refs/heads/master
v: v3
  • Loading branch information
Mike Frysinger authored and Jeff Garzik committed Mar 29, 2008
1 parent c97bbf7 commit cefca92
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 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: e66f4168d133b9d848dead4c031d11a84caec6dc
refs/heads/master: 51a491c92e7a8e4c2fd9ffdb1f046429300a4619
2 changes: 0 additions & 2 deletions trunk/drivers/net/bfin_mac.c
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,6 @@ static void adjust_tx_list(void)
static int bf537mac_hard_start_xmit(struct sk_buff *skb,
struct net_device *dev)
{
struct bf537mac_local *lp = netdev_priv(dev);
unsigned int data;

current_tx_ptr->skb = skb;
Expand Down Expand Up @@ -634,7 +633,6 @@ static int bf537mac_hard_start_xmit(struct sk_buff *skb,
static void bf537mac_rx(struct net_device *dev)
{
struct sk_buff *skb, *new_skb;
struct bf537mac_local *lp = netdev_priv(dev);
unsigned short len;

/* allocate a new skb for next time receive */
Expand Down

0 comments on commit cefca92

Please sign in to comment.