Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 220438
b: refs/heads/master
c: 81c92f4
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Oct 21, 2010
1 parent 6f5a44d commit 49f4cd4
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 36ceadfc65a78822dfb8e87fc9daab6be3ac3994
refs/heads/master: 81c92f43e783dc247d3672211e3c4a94e76f4286
9 changes: 3 additions & 6 deletions trunk/drivers/staging/hv/netvsc.c
Original file line number Diff line number Diff line change
Expand Up @@ -717,12 +717,9 @@ static int NetVscOnDeviceAdd(struct hv_device *Device, void *AdditionalInfo)
}

/* Open the channel */
ret = Device->Driver->VmbusChannelInterface.Open(Device,
netDriver->RingBufferSize,
netDriver->RingBufferSize,
NULL, 0,
NetVscOnChannelCallback,
Device);
ret = vmbus_open(Device->channel, netDriver->RingBufferSize,
netDriver->RingBufferSize, NULL, 0,
NetVscOnChannelCallback, Device);

if (ret != 0) {
DPRINT_ERR(NETVSC, "unable to open channel: %d", ret);
Expand Down

0 comments on commit 49f4cd4

Please sign in to comment.