We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89dd9ce commit f47c240Copy full SHA for f47c240
drivers/scsi/storvsc_drv.c
@@ -1955,9 +1955,6 @@ static int storvsc_suspend(struct hv_device *hv_dev)
1955
1956
vmbus_close(hv_dev->channel);
1957
1958
- memset(stor_device->stor_chns, 0,
1959
- num_possible_cpus() * sizeof(void *));
1960
-
1961
kfree(stor_device->stor_chns);
1962
stor_device->stor_chns = NULL;
1963
0 commit comments