Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 249533
b: refs/heads/master
c: d489097
h: refs/heads/master
i:
  249531: cdea684
v: v3
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed May 11, 2011
1 parent c6ad53c commit 3819a0e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: f1542a6605ea657b1e20aefc08e1d8859c1703db
refs/heads/master: d48909703054bc5759dea5859b00325b3871210a
8 changes: 4 additions & 4 deletions trunk/drivers/staging/hv/netvsc_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,10 @@ static int netvsc_drv_exit_cb(struct device *dev, void *data)
}

/* The one and only one */
static struct netvsc_driver netvsc_drv;
static struct netvsc_driver netvsc_drv = {
.base.probe = netvsc_probe,
.base.remove = netvsc_remove,
};

static void netvsc_drv_exit(void)
{
Expand Down Expand Up @@ -485,9 +488,6 @@ static int netvsc_drv_init(int (*drv_init)(struct hv_driver *drv))

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

drv->probe = netvsc_probe;
drv->remove = netvsc_remove;

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

Expand Down

0 comments on commit 3819a0e

Please sign in to comment.