Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 369803
b: refs/heads/master
c: 00ca8f0
h: refs/heads/master
i:
  369801: ac2a44f
  369799: 0dedc77
v: v3
  • Loading branch information
Haiyang Zhang authored and David S. Miller committed Apr 29, 2013
1 parent c307006 commit 73e706d
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: 02ffc244f2d7e0f00308614c36ef67aebc93cf3d
refs/heads/master: 00ca8f0c9d7d9531ce0819f06c47a1bc43dba539
2 changes: 1 addition & 1 deletion trunk/drivers/net/hyperv/netvsc.c
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ int netvsc_send(struct hv_device *device,
sendMessage.msg.v1_msg.send_rndis_pkt.send_buf_section_size = 0;

if (packet->completion.send.send_completion)
req_id = (u64)packet;
req_id = (ulong)packet;
else
req_id = 0;

Expand Down

0 comments on commit 73e706d

Please sign in to comment.