Skip to content

Commit

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

stor_driver = hvdr_to_stordr(driver);

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

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

drv->name = drv_name;
drv->driver.name = drv_name;

/* The driver belongs to vmbus */
Expand Down

0 comments on commit 58d685f

Please sign in to comment.