Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 249457
b: refs/heads/master
c: 896ee01
h: refs/heads/master
i:
  249455: e0f7e15
v: v3
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed May 11, 2011
1 parent 09a68c5 commit ec00e67
Show file tree
Hide file tree
Showing 2 changed files with 2 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: e757046fc84c7c3e8e6ea881a5d736078f750549
refs/heads/master: 896ee0156412412383391a1692042c8f0c623f81
4 changes: 1 addition & 3 deletions trunk/drivers/staging/hv/blkvsc_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@ static int blk_vsc_initialize(struct hv_driver *driver)
stor_driver->max_outstanding_req_per_channel);

/* Setup the dispatch table */
stor_driver->base.cleanup = storvsc_cleanup;
stor_driver->on_io_request = stor_vsc_on_io_request;

return ret;
Expand Down Expand Up @@ -917,8 +916,7 @@ static void blkvsc_drv_exit(void)
device_unregister(current_dev);
}

if (storvsc_drv->base.cleanup)
storvsc_drv->base.cleanup(&storvsc_drv->base);
storvsc_cleanup(&storvsc_drv->base);

vmbus_child_driver_unregister(&drv->driver);

Expand Down

0 comments on commit ec00e67

Please sign in to comment.