Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 362069
b: refs/heads/master
c: 14bc435
h: refs/heads/master
i:
  362067: 1b1ce13
v: v3
  • Loading branch information
Max.Nekludov@us.elster.com authored and David S. Miller committed Mar 29, 2013
1 parent 66eaafd commit 8b0610c
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: 00cfec37484761a44a3b6f4675a54caa618210ae
refs/heads/master: 14bc435ea54cb888409efb54fc6b76c13ef530e9
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethernet/micrel/ks8851.c
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ static void ks8851_rx_pkts(struct ks8851_net *ks)
for (; rxfc != 0; rxfc--) {
rxh = ks8851_rdreg32(ks, KS_RXFHSR);
rxstat = rxh & 0xffff;
rxlen = rxh >> 16;
rxlen = (rxh >> 16) & 0xfff;

netif_dbg(ks, rx_status, ks->netdev,
"rx: stat 0x%04x, len 0x%04x\n", rxstat, rxlen);
Expand Down

0 comments on commit 8b0610c

Please sign in to comment.