Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 72437
b: refs/heads/master
c: 0e6f732
h: refs/heads/master
i:
  72435: 8812152
v: v3
  • Loading branch information
Jeff Garzik committed Oct 24, 2007
1 parent 5d6d035 commit 7ea11da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 3bdf590eac36ac5930deb9552febee3ff18cd2d1
refs/heads/master: 0e6f7329d594174f177e5990d24e141954101a1c
2 changes: 1 addition & 1 deletion trunk/drivers/net/eexpress.c
Original file line number Diff line number Diff line change
Expand Up @@ -651,9 +651,9 @@ static void eexp_timeout(struct net_device *dev)
*/
static int eexp_xmit(struct sk_buff *buf, struct net_device *dev)
{
struct net_local *lp = netdev_priv(dev);
short length = buf->len;
#ifdef CONFIG_SMP
struct net_local *lp = netdev_priv(dev);
unsigned long flags;
#endif

Expand Down

0 comments on commit 7ea11da

Please sign in to comment.