Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 236233
b: refs/heads/master
c: e1f1a0e
h: refs/heads/master
i:
  236231: 88c9a09
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Mar 3, 2011
1 parent b0eb7d2 commit fc21666
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 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: 6a5bfc17c31db88fc0afc70eabee1d68e60226fb
refs/heads/master: e1f1a0e682bf739f7d2189495265fb3b01f8e85a
10 changes: 8 additions & 2 deletions trunk/drivers/staging/hv/mouse_vsc.c
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,14 @@ static inline struct mousevsc_dev *GetInputDevice(struct hv_device *Device)

inputDevice = (struct mousevsc_dev *)Device->ext;

// printk(KERN_ERR "-------------------------> REFCOUNT = %d",
// inputDevice->RefCount);
/*
* FIXME
* This sure isn't a valid thing to print for debugging, no matter
* what the intention is...
*
* printk(KERN_ERR "-------------------------> REFCOUNT = %d",
* inputDevice->RefCount);
*/

if (inputDevice && atomic_read(&inputDevice->RefCount) > 1)
atomic_inc(&inputDevice->RefCount);
Expand Down

0 comments on commit fc21666

Please sign in to comment.