diff options
author | K. Y. Srinivasan <[email protected]> | 2011-05-10 07:54:23 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2011-05-11 13:39:09 -0700 |
commit | 7f9facada316ae7603a1780c39f3929841b99567 (patch) | |
tree | 4bb8c373a586c163bef5422e2443f4e4c80f04c6 | |
parent | c2ad4830a742aa926cae0d177d82b1ada7ab16a2 (diff) |
Staging: hv: storvsc_drv: Get rid of some dated comments
Signed-off-by: K. Y. Srinivasan <[email protected]>
Signed-off-by: Haiyang Zhang <[email protected]>
Signed-off-by: Abhishek Kane <[email protected]>
Signed-off-by: Hank Janssen <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r-- | drivers/staging/hv/storvsc_drv.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/staging/hv/storvsc_drv.c b/drivers/staging/hv/storvsc_drv.c index c654172313e5..2f252ea01cc6 100644 --- a/drivers/staging/hv/storvsc_drv.c +++ b/drivers/staging/hv/storvsc_drv.c @@ -52,9 +52,6 @@ static const struct hv_guid gStorVscDeviceType = { }; struct hv_host_device { - /* must be 1st field - * FIXME this is a bug */ - /* point back to our device context */ struct hv_device *dev; struct kmem_cache *request_pool; unsigned int port; |