Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 220434
b: refs/heads/master
c: 1382e01
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Oct 21, 2010
1 parent 67795fc commit e4d1caa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 70bfa307861c8790ce72ae92c4e173c898cc8ff3
refs/heads/master: 1382e0178eeb073594c90a80409e0923adc5048c
2 changes: 1 addition & 1 deletion trunk/drivers/staging/hv/storvsc.c
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ static int StorVscOnDeviceRemove(struct hv_device *Device)
DPRINT_INFO(STORVSC, "storage device (%p) safe to remove", storDevice);

/* Close the channel */
Device->Driver->VmbusChannelInterface.Close(Device);
vmbus_close(Device->channel);

FreeStorDevice(storDevice);
return 0;
Expand Down

0 comments on commit e4d1caa

Please sign in to comment.