Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 249583
b: refs/heads/master
c: 17e9531
h: refs/heads/master
i:
  249581: cb54800
  249579: a32dfc0
  249575: 01ed2cd
  249567: a849cd7
v: v3
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed May 11, 2011
1 parent 3ad8191 commit 88b434c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 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: 1a96d9a4f3545444ea310d643279408c2d794a1c
refs/heads/master: 17e9531d931ccf1b6df310f836ac99c686b13bcf
16 changes: 0 additions & 16 deletions trunk/drivers/staging/hv/storvsc_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -74,18 +74,6 @@ struct storvsc_cmd_request {
};


/*
* storvsc_initialize - Main entry point
*/
static int storvsc_initialize(struct hv_driver *driver)
{
struct storvsc_driver *stor_driver;

stor_driver = hvdr_to_stordr(driver);

return 0;
}

static int storvsc_device_alloc(struct scsi_device *sdevice)
{
/*
Expand Down Expand Up @@ -775,7 +763,6 @@ static struct storvsc_driver storvsc_drv = {
static int storvsc_drv_init(void)
{
int ret;
struct storvsc_driver *storvsc_drv_obj = &storvsc_drv;
struct hv_driver *drv = &storvsc_drv.base;
u32 max_outstanding_req_per_channel;

Expand All @@ -792,9 +779,6 @@ static int storvsc_drv_init(void)
sizeof(struct vstor_packet) + sizeof(u64),
sizeof(u64)));

/* Callback to client driver to complete the initialization */
storvsc_initialize(&storvsc_drv_obj->base);

memcpy(&drv->dev_type, &gStorVscDeviceType,
sizeof(struct hv_guid));

Expand Down

0 comments on commit 88b434c

Please sign in to comment.