Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 249502
b: refs/heads/master
c: 39ae6fa
h: refs/heads/master
v: v3
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed May 11, 2011
1 parent c0b1eef commit 743034b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 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: 7bd05b9123fba8ad8d5259fe6ce873262937e45a
refs/heads/master: 39ae6fae435ae38e1b4019840e404d0db49de4b6
7 changes: 4 additions & 3 deletions trunk/drivers/staging/hv/storvsc_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -872,7 +872,10 @@ static int storvsc_probe(struct hv_device *device)

/* The one and only one */

static struct storvsc_driver storvsc_drv;
static struct storvsc_driver storvsc_drv = {
.base.probe = storvsc_probe,
.base.remove = storvsc_remove,
};


/*
Expand All @@ -899,8 +902,6 @@ static int storvsc_drv_init(void)

drv->driver.name = storvsc_drv_obj->base.name;

drv->probe = storvsc_probe;
drv->remove = storvsc_remove;

/* The driver belongs to vmbus */
ret = vmbus_child_driver_register(&drv->driver);
Expand Down

0 comments on commit 743034b

Please sign in to comment.