Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 159195
b: refs/heads/master
c: c409c34
h: refs/heads/master
i:
  159193: b38a779
  159191: 9301ffa
v: v3
  • Loading branch information
Mike McCormack authored and David S. Miller committed Jul 27, 2009
1 parent 5353be6 commit ed51083
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: 421d20a3dccb3670d4b2e8d3e4cef6327530f30d
refs/heads/master: c409c34bc472cc62da6c619acf786120b56c2dc2
2 changes: 1 addition & 1 deletion trunk/drivers/net/sky2.c
Original file line number Diff line number Diff line change
Expand Up @@ -4117,7 +4117,7 @@ static int sky2_debug_show(struct seq_file *seq, void *v)

seq_printf(seq, "\nRx ring hw get=%d put=%d last=%d\n",
sky2_read16(hw, Y2_QADDR(rxqaddr[port], PREF_UNIT_GET_IDX)),
last = sky2_read16(hw, Y2_QADDR(rxqaddr[port], PREF_UNIT_PUT_IDX)),
sky2_read16(hw, Y2_QADDR(rxqaddr[port], PREF_UNIT_PUT_IDX)),
sky2_read16(hw, Y2_QADDR(rxqaddr[port], PREF_UNIT_LAST_IDX)));

sky2_read32(hw, B0_Y2_SP_LISR);
Expand Down

0 comments on commit ed51083

Please sign in to comment.