Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 249703
b: refs/heads/master
c: bb546d0
h: refs/heads/master
i:
  249701: f9b0301
  249699: c9e5fc2
  249695: a86eb8c
v: v3
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed May 17, 2011
1 parent a0a1b8f commit a0a92d2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 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: 073aad34b335693e2134fdfaaa6ff69b8f3106bb
refs/heads/master: bb546d0e930efa8b098d2fc8b5360fcc3eb92002
11 changes: 6 additions & 5 deletions trunk/drivers/staging/hv/netvsc_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,12 @@ static int netvsc_drv_init(void)
struct hv_driver *drv = &netvsc_drv;
int ret;

pr_info("initializing....");

if (!dmi_check_system(hv_netvsc_dmi_table))
return -ENODEV;


/* Callback to client driver to complete the initialization */
netvsc_initialize(drv);

Expand All @@ -471,11 +477,6 @@ static int netvsc_drv_init(void)

static int __init netvsc_init(void)
{
pr_info("initializing....");

if (!dmi_check_system(hv_netvsc_dmi_table))
return -ENODEV;

return netvsc_drv_init();
}

Expand Down

0 comments on commit a0a92d2

Please sign in to comment.