Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 249569
b: refs/heads/master
c: f9bf96a
h: refs/heads/master
i:
  249567: a849cd7
v: v3
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed May 11, 2011
1 parent 58d685f commit 08618ac
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 9528b1d86ac85dcf277fdaa6d8e6d10ad029cfac
refs/heads/master: f9bf96a96d6d2c8ae239bc5c133c08bd785eb2f5
3 changes: 1 addition & 2 deletions trunk/drivers/staging/hv/blkvsc_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,6 @@ static int blk_vsc_initialize(struct hv_driver *driver)

stor_driver = hvdr_to_stordr(driver);

memcpy(&driver->dev_type, &dev_type, sizeof(struct hv_guid));

return ret;
}

Expand Down Expand Up @@ -841,6 +839,7 @@ static int blkvsc_drv_init(void)
/* Callback to client driver to complete the initialization */
blk_vsc_initialize(&storvsc_drv->base);

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

Expand Down

0 comments on commit 08618ac

Please sign in to comment.