Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 232856
b: refs/heads/master
c: fca540a
h: refs/heads/master
v: v3
  • Loading branch information
Stefan Weil authored and David S. Miller committed Feb 1, 2011
1 parent 1805dc2 commit 32df529
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: bf36076a67db6d7423d09d861a072337866f0dd9
refs/heads/master: fca540ab5f4718c6133f71f7be1793066008bf89
2 changes: 1 addition & 1 deletion trunk/drivers/net/enc28j60.c
Original file line number Diff line number Diff line change
Expand Up @@ -812,7 +812,7 @@ static void enc28j60_read_tsv(struct enc28j60_net *priv, u8 tsv[TSV_SIZE])
if (netif_msg_hw(priv))
printk(KERN_DEBUG DRV_NAME ": reading TSV at addr:0x%04x\n",
endptr + 1);
enc28j60_mem_read(priv, endptr + 1, sizeof(tsv), tsv);
enc28j60_mem_read(priv, endptr + 1, TSV_SIZE, tsv);
}

static void enc28j60_dump_tsv(struct enc28j60_net *priv, const char *msg,
Expand Down

0 comments on commit 32df529

Please sign in to comment.