Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 236262
b: refs/heads/master
c: df7ed92
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Mar 3, 2011
1 parent a0b5acf commit 06fa834
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 92d40b769f2a98e949b6653d757c758e0a945baf
refs/heads/master: df7ed924e5f5b15828c803d666fbc260c504687a
4 changes: 2 additions & 2 deletions trunk/drivers/staging/hv/hv_mouse.c
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ struct mousevsc_dev {
static const char *driver_name = "mousevsc";

/* {CFA8B69E-5B4A-4cc0-B98B-8BA1A1F3F95A} */
static const struct hv_guid gMousevscDeviceType = {
static const struct hv_guid mouse_guid = {
.data = {0x9E, 0xB6, 0xA8, 0xCF, 0x4A, 0x5B, 0xc0, 0x4c,
0xB9, 0x8B, 0x8B, 0xA1, 0xA1, 0xF3, 0xF9, 0x5A}
};
Expand Down Expand Up @@ -998,7 +998,7 @@ static int mouse_vsc_initialize(struct hv_driver *Driver)
int ret = 0;

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

/* Setup the dispatch table */
Expand Down

0 comments on commit 06fa834

Please sign in to comment.