Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 249534
b: refs/heads/master
c: 19912a4
h: refs/heads/master
v: v3
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed May 11, 2011
1 parent 3819a0e commit e267f3b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: d48909703054bc5759dea5859b00325b3871210a
refs/heads/master: 19912a4f77333fa8df211e4dde86e46875b3f696
8 changes: 4 additions & 4 deletions trunk/drivers/staging/hv/hv_mouse.c
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@ struct input_device_context {
};


static struct mousevsc_drv_obj g_mousevsc_drv;
static struct mousevsc_drv_obj mousevsc_drv;

static void deviceinfo_callback(struct hv_device *dev, struct hv_input_dev_info *info)
{
Expand Down Expand Up @@ -947,7 +947,7 @@ static int mousevsc_drv_exit_cb(struct device *dev, void *data)

static void mousevsc_drv_exit(void)
{
struct hv_driver *drv = &g_mousevsc_drv.base;
struct hv_driver *drv = &mousevsc_drv.base;
int ret;

struct device *current_dev = NULL;
Expand Down Expand Up @@ -986,8 +986,8 @@ static int mouse_vsc_initialize(struct hv_driver *driver)

static int __init mousevsc_init(void)
{
struct mousevsc_drv_obj *input_drv_obj = &g_mousevsc_drv;
struct hv_driver *drv = &g_mousevsc_drv.base;
struct mousevsc_drv_obj *input_drv_obj = &mousevsc_drv;
struct hv_driver *drv = &mousevsc_drv.base;

DPRINT_INFO(INPUTVSC_DRV, "Hyper-V Mouse driver initializing.");

Expand Down

0 comments on commit e267f3b

Please sign in to comment.