Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 220420
b: refs/heads/master
c: 9f63006
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Oct 21, 2010
1 parent a00fe8e commit b61a85c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: adaee6bd45f6e172cde0a98461e4e1ba19284373
refs/heads/master: 9f630068e8ccba24d728f196cb3ddc120ebee38e
5 changes: 2 additions & 3 deletions trunk/drivers/staging/hv/netvsc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1261,9 +1261,8 @@ static void NetVscOnChannelCallback(void *Context)
}

do {
ret = device->Driver->VmbusChannelInterface.RecvPacketRaw(
device, buffer, bufferlen,
&bytesRecvd, &requestId);
ret = vmbus_recvpacket_raw(device->channel, buffer, bufferlen,
&bytesRecvd, &requestId);
if (ret == 0) {
if (bytesRecvd > 0) {
DPRINT_DBG(NETVSC, "receive %d bytes, tid %llx",
Expand Down

0 comments on commit b61a85c

Please sign in to comment.