Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 266401
b: refs/heads/master
c: 92aa921
h: refs/heads/master
i:
  266399: e65a638
v: v3
  • Loading branch information
Somnath Kotur authored and David S. Miller committed Oct 3, 2011
1 parent c2ce994 commit ff8f8b8
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: 9ae081c66eb8ba0fdb38cca180952782a8744da4
refs/heads/master: 92aa921417879e6a18c14613363f11283defc832
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethernet/emulex/benet/be_cmds.c
Original file line number Diff line number Diff line change
Expand Up @@ -1429,7 +1429,7 @@ void be_cmd_get_regs(struct be_adapter *adapter, u32 buf_len, void *buf)
struct be_cmd_resp_get_fat *resp = get_fat_cmd.va;
memcpy(buf + offset,
resp->data_buffer,
resp->read_log_length);
le32_to_cpu(resp->read_log_length));
} else {
dev_err(&adapter->pdev->dev, "FAT Table Retrieve error\n");
goto err;
Expand Down

0 comments on commit ff8f8b8

Please sign in to comment.