]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Staging: hv: storvsc: Cleanup storvsc_device_alloc()
authorK. Y. Srinivasan <kys@microsoft.com>
Thu, 1 Dec 2011 12:59:17 +0000 (04:59 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 1 Dec 2011 18:26:59 +0000 (10:26 -0800)
commit2781866484624fabbe373b95cfd20d44d2c9a69e
treeeba8779a03d074a0e4d71f7469c9efd42ef33c43
parent039db52de9c5682ee10a3cd69f2d76db40b1dee0
Staging: hv: storvsc: Cleanup storvsc_device_alloc()

The code in storvsc_device_alloc() is not needed as this would be
done by default. Get rid of it. We still keep the function as we use
this hook to allocate per-LUN memory pools in a later patch.

Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/hv/storvsc_drv.c