Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 199475
b: refs/heads/master
c: 3ffd051
h: refs/heads/master
i:
  199473: 343bd73
  199471: 5e4ab01
v: v3
  • Loading branch information
Sathya Perla authored and David S. Miller committed Jun 1, 2010
1 parent 1d714c2 commit eb50a1d
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: 6bd17eb96ffc9c3b52927913d59da9ced5109c6a
refs/heads/master: 3ffd05159815d477f971a3259fc758f0c3c7e640
2 changes: 1 addition & 1 deletion trunk/drivers/net/benet/be_cmds.c
Original file line number Diff line number Diff line change
Expand Up @@ -1593,7 +1593,7 @@ int be_cmd_loopback_test(struct be_adapter *adapter, u32 port_num,

be_cmd_hdr_prepare(&req->hdr, CMD_SUBSYSTEM_LOWLEVEL,
OPCODE_LOWLEVEL_LOOPBACK_TEST, sizeof(*req));
req->hdr.timeout = 4;
req->hdr.timeout = cpu_to_le32(4);

req->pattern = cpu_to_le64(pattern);
req->src_port = cpu_to_le32(port_num);
Expand Down

0 comments on commit eb50a1d

Please sign in to comment.