Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 249447
b: refs/heads/master
c: 1f9c54e
h: refs/heads/master
i:
  249445: b51507d
  249443: 297ffa6
  249439: 0c4b065
v: v3
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed May 11, 2011
1 parent cfcedac commit d4becd0
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: 5e9fed195bac5eb89e2ee3c9ce89379b8a55be4f
refs/heads/master: 1f9c54e40f8a70d2505fff08e6c0d1d7dc9761f6
4 changes: 2 additions & 2 deletions trunk/drivers/staging/hv/blkvsc_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ struct block_device_context {
static const char *drv_name = "blkvsc";

/* {32412632-86cb-44a2-9b5c-50d1417354f5} */
static const struct hv_guid g_blk_device_type = {
static const struct hv_guid dev_type = {
.data = {
0x32, 0x26, 0x41, 0x32, 0xcb, 0x86, 0xa2, 0x44,
0x9b, 0x5c, 0x50, 0xd1, 0x41, 0x73, 0x54, 0xf5
Expand Down Expand Up @@ -178,7 +178,7 @@ static int blk_vsc_initialize(struct hv_driver *driver)
/* Make sure we are at least 2 pages since 1 page is used for control */

driver->name = drv_name;
memcpy(&driver->dev_type, &g_blk_device_type, sizeof(struct hv_guid));
memcpy(&driver->dev_type, &dev_type, sizeof(struct hv_guid));


/*
Expand Down

0 comments on commit d4becd0

Please sign in to comment.