Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 220425
b: refs/heads/master
c: 5125507
h: refs/heads/master
i:
  220423: 462e485
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Oct 21, 2010
1 parent 6d2198e commit 67915f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 4cb106faf1e1d5566eded521d14e141b5eac36e2
refs/heads/master: 51255071af2feeb753ee3d90981869bef1566552
3 changes: 1 addition & 2 deletions trunk/drivers/staging/hv/storvsc.c
Original file line number Diff line number Diff line change
Expand Up @@ -735,8 +735,7 @@ static int StorVscOnIORequest(struct hv_device *Device,
vstorPacket->VmSrb.CdbLength);

if (requestExtension->Request->DataBuffer.Length) {
ret = Device->Driver->VmbusChannelInterface.
SendPacketMultiPageBuffer(Device,
ret = vmbus_sendpacket_multipagebuffer(Device->channel,
&requestExtension->Request->DataBuffer,
vstorPacket,
sizeof(struct vstor_packet),
Expand Down

0 comments on commit 67915f4

Please sign in to comment.