Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 249525
b: refs/heads/master
c: be3c819
h: refs/heads/master
i:
  249523: ea140a4
v: v3
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed May 11, 2011
1 parent 926b2fb commit 9d15691
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 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: b51f88a1a1e9a191f227964785d6db52f5ee2529
refs/heads/master: be3c8195311bcd9c37bef05763da9a78cf52063b
10 changes: 1 addition & 9 deletions trunk/drivers/staging/hv/hv_mouse.c
Original file line number Diff line number Diff line change
Expand Up @@ -980,19 +980,11 @@ static void mousevsc_drv_exit(void)

static int mouse_vsc_initialize(struct hv_driver *driver)
{
struct mousevsc_drv_obj *input_drv =
(struct mousevsc_drv_obj *)driver;
int ret = 0;

driver->name = driver_name;
memcpy(&driver->dev_type, &mouse_guid,
sizeof(struct hv_guid));

/* Setup the dispatch table */
input_drv->base.dev_add = mousevsc_on_device_add;
input_drv->base.dev_rm = mousevsc_on_device_remove;

return ret;
return 0;
}


Expand Down

0 comments on commit 9d15691

Please sign in to comment.