Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 236545
b: refs/heads/master
c: 12bb12f
h: refs/heads/master
i:
  236543: a1a39cb
v: v3
  • Loading branch information
Alexander Beregalov authored and Greg Kroah-Hartman committed Mar 14, 2011
1 parent a47ffd3 commit be237fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: dd9b15dc03075993f63a8a69667a3a8989aedfa1
refs/heads/master: 12bb12fac06d6212be9a5ed282c5670d4e90747f
2 changes: 2 additions & 0 deletions trunk/drivers/staging/hv/hv_mouse.c
Original file line number Diff line number Diff line change
Expand Up @@ -684,6 +684,7 @@ static int MousevscOnDeviceAdd(struct hv_device *Device, void *AdditionalInfo)

if (ret != 0) {
pr_err("unable to open channel: %d", ret);
FreeInputDevice(inputDevice);
return -1;
}

Expand All @@ -695,6 +696,7 @@ static int MousevscOnDeviceAdd(struct hv_device *Device, void *AdditionalInfo)
pr_err("unable to connect channel: %d", ret);

vmbus_close(Device->channel);
FreeInputDevice(inputDevice);
return ret;
}

Expand Down

0 comments on commit be237fd

Please sign in to comment.