Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 253381
b: refs/heads/master
c: 54ff502
h: refs/heads/master
i:
  253379: 58b3dc5
v: v3
  • Loading branch information
Anirban Chakraborty authored and David S. Miller committed Jun 5, 2011
1 parent 3ca6bc1 commit d2c959f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b8f07a063163f8216cd891c5b007e839a56b6d93
refs/heads/master: 54ff502c283b6cf77c95c05c99dbca40d910b17d
1 change: 1 addition & 0 deletions trunk/drivers/net/qlcnic/qlcnic_hw.c
Original file line number Diff line number Diff line change
Expand Up @@ -1406,6 +1406,7 @@ qlcnic_dump_que(struct qlcnic_adapter *adapter, struct qlcnic_dump_entry *entry,

for (loop = 0; loop < que->no_ops; loop++) {
QLCNIC_WR_DUMP_REG(que->sel_addr, base, que_id);
addr = que->read_addr;
for (i = 0; i < cnt; i++) {
QLCNIC_RD_DUMP_REG(addr, base, &data);
*buffer++ = cpu_to_le32(data);
Expand Down

0 comments on commit d2c959f

Please sign in to comment.