From fc216667457555d25d844c225a851c6b0bdc6864 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Wed, 2 Mar 2011 17:33:26 -0800 Subject: [PATCH] --- yaml --- r: 236233 b: refs/heads/master c: e1f1a0e682bf739f7d2189495265fb3b01f8e85a h: refs/heads/master i: 236231: 88c9a0999924ca220dc81e7877da6ef297fdc2e2 v: v3 --- [refs] | 2 +- trunk/drivers/staging/hv/mouse_vsc.c | 10 ++++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 2a6e341d525a..e27041e8e879 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6a5bfc17c31db88fc0afc70eabee1d68e60226fb +refs/heads/master: e1f1a0e682bf739f7d2189495265fb3b01f8e85a diff --git a/trunk/drivers/staging/hv/mouse_vsc.c b/trunk/drivers/staging/hv/mouse_vsc.c index 659f118e4f3c..b75066d15ebb 100644 --- a/trunk/drivers/staging/hv/mouse_vsc.c +++ b/trunk/drivers/staging/hv/mouse_vsc.c @@ -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);