Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 72438
b: refs/heads/master
c: e0f1392
h: refs/heads/master
v: v3
  • Loading branch information
Jeff Garzik committed Oct 24, 2007
1 parent 7ea11da commit 5a31f48
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: 0e6f7329d594174f177e5990d24e141954101a1c
refs/heads/master: e0f13920d6a082d85e21a1b4c02907446198fc36
2 changes: 0 additions & 2 deletions trunk/drivers/net/ni5010.c
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,6 @@ static void dump_packet(void *buf, int len)
/* We have a good packet, get it out of the buffer. */
static void ni5010_rx(struct net_device *dev)
{
struct ni5010_local *lp = netdev_priv(dev);
int ioaddr = dev->base_addr;
unsigned char rcv_stat;
struct sk_buff *skb;
Expand Down Expand Up @@ -577,7 +576,6 @@ static void ni5010_rx(struct net_device *dev)

PRINTK2((KERN_DEBUG "%s: Received packet, size=%#4.4x\n",
dev->name, i_pkt_size));

}

static int process_xmt_interrupt(struct net_device *dev)
Expand Down

0 comments on commit 5a31f48

Please sign in to comment.