]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
Staging: hv: storvsc: Cleanup storvsc_host_reset_handler()
authorK. Y. Srinivasan <kys@microsoft.com>
Thu, 12 Jan 2012 20:37:58 +0000 (12:37 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 9 Feb 2012 01:07:35 +0000 (17:07 -0800)
Cleanup storvsc_host_reset_handler() by getting rid of storvsc_host_reset().

Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/hv/storvsc_drv.c

index 979f25b33858992f742d2ea1d1d1c3824f7e9c64..8340387b37811437508205da5184cea67664efd9 100644 (file)
@@ -1122,8 +1122,11 @@ static int storvsc_get_chs(struct scsi_device *sdev, struct block_device * bdev,
        return 0;
 }
 
-static int storvsc_host_reset(struct hv_device *device)
+static int storvsc_host_reset_handler(struct scsi_cmnd *scmnd)
 {
+       struct hv_host_device *host_dev = shost_priv(scmnd->device->host);
+       struct hv_device *device = host_dev->dev;
+
        struct storvsc_device *stor_device;
        struct hv_storvsc_request *request;
        struct vstor_packet *vstor_packet;
@@ -1165,15 +1168,6 @@ static int storvsc_host_reset(struct hv_device *device)
 }
 
 
-static int storvsc_host_reset_handler(struct scsi_cmnd *scmnd)
-{
-       struct hv_host_device *host_dev = shost_priv(scmnd->device->host);
-       struct hv_device *dev = host_dev->dev;
-
-       return storvsc_host_reset(dev);
-}
-
-
 static void storvsc_command_completion(struct hv_storvsc_request *request)
 {
        struct storvsc_cmd_request *cmd_request =