Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 236261
b: refs/heads/master
c: 92d40b7
h: refs/heads/master
i:
  236259: c3f4dcc
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Mar 3, 2011
1 parent a8a0fb2 commit a0b5acf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 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: 5ff9b906c45bcb17dbf7922205dd95f9ca189a88
refs/heads/master: 92d40b769f2a98e949b6653d757c758e0a945baf
7 changes: 2 additions & 5 deletions trunk/drivers/staging/hv/hv_mouse.c
Original file line number Diff line number Diff line change
Expand Up @@ -188,10 +188,7 @@ struct mousevsc_dev {
};


/*
* Globals
*/
static const char *gDriverName = "mousevsc";
static const char *driver_name = "mousevsc";

/* {CFA8B69E-5B4A-4cc0-B98B-8BA1A1F3F95A} */
static const struct hv_guid gMousevscDeviceType = {
Expand Down Expand Up @@ -1000,7 +997,7 @@ static int mouse_vsc_initialize(struct hv_driver *Driver)
(struct mousevsc_drv_obj *)Driver;
int ret = 0;

Driver->name = gDriverName;
Driver->name = driver_name;
memcpy(&Driver->dev_type, &gMousevscDeviceType,
sizeof(struct hv_guid));

Expand Down

0 comments on commit a0b5acf

Please sign in to comment.