Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 220439
b: refs/heads/master
c: 60f841a
h: refs/heads/master
i:
  220437: 6f5a44d
  220435: 4375a99
  220431: d708aed
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Oct 21, 2010
1 parent 49f4cd4 commit f0c2e49
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 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: 81c92f43e783dc247d3672211e3c4a94e76f4286
refs/heads/master: 60f841ac36cc7eff80239bd219cda7cafac3ea2a
12 changes: 5 additions & 7 deletions trunk/drivers/staging/hv/storvsc.c
Original file line number Diff line number Diff line change
Expand Up @@ -499,13 +499,11 @@ static int StorVscConnectToVsp(struct hv_device *Device)
memset(&props, 0, sizeof(struct vmstorage_channel_properties));

/* Open the channel */
ret = Device->Driver->VmbusChannelInterface.Open(Device,
storDriver->RingBufferSize,
storDriver->RingBufferSize,
(void *)&props,
sizeof(struct vmstorage_channel_properties),
StorVscOnChannelCallback,
Device);
ret = vmbus_open(Device->channel,
storDriver->RingBufferSize, storDriver->RingBufferSize,
(void *)&props,
sizeof(struct vmstorage_channel_properties),
StorVscOnChannelCallback, Device);

DPRINT_DBG(STORVSC, "storage props: path id %d, tgt id %d, max xfer %d",
props.PathId, props.TargetId, props.MaxTransferBytes);
Expand Down

0 comments on commit f0c2e49

Please sign in to comment.