Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 220428
b: refs/heads/master
c: ff3f8ee
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Oct 21, 2010
1 parent 585181e commit f924f21
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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: 713efeb4dbc07f76f06581eba18ff29f704fc250
refs/heads/master: ff3f8eece20bb45f8b515641b3797b6047a657fd
12 changes: 6 additions & 6 deletions trunk/drivers/staging/hv/netvsc.c
Original file line number Diff line number Diff line change
Expand Up @@ -912,12 +912,12 @@ static int NetVscOnSend(struct hv_device *Device,
sendMessage.Messages.Version1Messages.SendRNDISPacket.SendBufferSectionSize = 0;

if (Packet->PageBufferCount) {
ret = Device->Driver->VmbusChannelInterface.SendPacketPageBuffer(
Device, Packet->PageBuffers,
Packet->PageBufferCount,
&sendMessage,
sizeof(struct nvsp_message),
(unsigned long)Packet);
ret = vmbus_sendpacket_pagebuffer(Device->channel,
Packet->PageBuffers,
Packet->PageBufferCount,
&sendMessage,
sizeof(struct nvsp_message),
(unsigned long)Packet);
} else {
ret = Device->Driver->VmbusChannelInterface.SendPacket(Device,
&sendMessage,
Expand Down

0 comments on commit f924f21

Please sign in to comment.