Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 29582
b: refs/heads/master
c: 7bd5ed5
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Jun 24, 2006
1 parent cf8ce31 commit f40764e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 96399487ad84b0d935923fe3652943159f36fb64
refs/heads/master: 7bd5ed5dd4f12ba56c99c9b5a8838afbf121f397
5 changes: 1 addition & 4 deletions trunk/drivers/scsi/esp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1120,9 +1120,6 @@ static int __devexit esp_remove_common(struct esp *esp)

scsi_remove_host(esp->ehost);

scsi_host_put(esp->ehost);
esp->ehost = NULL;

ESP_INTSOFF(esp->dregs);
#if 0
esp_reset_dma(esp);
Expand All @@ -1135,7 +1132,7 @@ static int __devexit esp_remove_common(struct esp *esp)
sbus_iounmap(esp->eregs, ESP_REG_SIZE);
esp->dma->allocated = 0;

kfree(esp);
scsi_host_put(esp->ehost);

return 0;
}
Expand Down

0 comments on commit f40764e

Please sign in to comment.