Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 268666
b: refs/heads/master
c: bdbbdb2
h: refs/heads/master
v: v3
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed Oct 4, 2011
1 parent c441e39 commit 4a0e8f1
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: c5b71fc71fc7cdee68614d37826ed46db9be2006
refs/heads/master: bdbbdb2d63fe340935ec6521da62fe9e73d8dc15
2 changes: 1 addition & 1 deletion trunk/drivers/staging/hv/hv_mouse.c
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ static struct mousevsc_dev *alloc_input_device(struct hv_device *device)
* Set to 2 to allow both inbound and outbound traffics
* (ie get_input_device() and must_get_input_device()) to proceed.
*/
atomic_cmpxchg(&input_dev->ref_count, 0, 2);
atomic_set(&input_dev->ref_count, 2);

input_dev->device = device;
hv_set_drvdata(device, input_dev);
Expand Down

0 comments on commit 4a0e8f1

Please sign in to comment.