Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 249446
b: refs/heads/master
c: 5e9fed1
h: refs/heads/master
v: v3
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed May 11, 2011
1 parent b51507d commit cfcedac
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: 67de49c15480afd50b86f0cf18af82616974a5a9
refs/heads/master: 5e9fed195bac5eb89e2ee3c9ce89379b8a55be4f
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 @@ -112,7 +112,7 @@ struct block_device_context {
int users;
};

static const char *g_blk_driver_name = "blkvsc";
static const char *drv_name = "blkvsc";

/* {32412632-86cb-44a2-9b5c-50d1417354f5} */
static const struct hv_guid g_blk_device_type = {
Expand Down Expand Up @@ -177,7 +177,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 = g_blk_driver_name;
driver->name = drv_name;
memcpy(&driver->dev_type, &g_blk_device_type, sizeof(struct hv_guid));


Expand Down

0 comments on commit cfcedac

Please sign in to comment.