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 9639948 commit 7bd5ed5Copy full SHA for 7bd5ed5
drivers/scsi/esp.c
@@ -1120,9 +1120,6 @@ static int __devexit esp_remove_common(struct esp *esp)
1120
1121
scsi_remove_host(esp->ehost);
1122
1123
- scsi_host_put(esp->ehost);
1124
- esp->ehost = NULL;
1125
-
1126
ESP_INTSOFF(esp->dregs);
1127
#if 0
1128
esp_reset_dma(esp);
@@ -1135,7 +1132,7 @@ static int __devexit esp_remove_common(struct esp *esp)
1135
1132
sbus_iounmap(esp->eregs, ESP_REG_SIZE);
1136
1133
esp->dma->allocated = 0;
1137
1134
1138
- kfree(esp);
+ scsi_host_put(esp->ehost);
1139
1140
return 0;
1141
}
0 commit comments