Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 68931
b: refs/heads/master
c: 6fdea8d
h: refs/heads/master
i:
  68929: 7e19edf
  68927: 73b8759
v: v3
  • Loading branch information
Matthew Wilcox authored and James Bottomley committed Oct 12, 2007
1 parent 6ad72ac commit d5a1314
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 34f8f0d294423a7e2ef84a741890b1bfa317aa4e
refs/heads/master: 6fdea8dbbe4fc021afb601ef5339d5c5825c5cb6
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/ide-scsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -671,6 +671,7 @@ static void ide_scsi_remove(ide_drive_t *drive)
struct ide_scsi_obj *scsi = scsihost_to_idescsi(scsihost);
struct gendisk *g = scsi->disk;

scsi_remove_host(scsihost);
ide_proc_unregister_driver(drive, scsi->driver);

ide_unregister_region(g);
Expand All @@ -679,7 +680,6 @@ static void ide_scsi_remove(ide_drive_t *drive)
g->private_data = NULL;
put_disk(g);

scsi_remove_host(scsihost);
ide_scsi_put(scsi);
}

Expand Down

0 comments on commit d5a1314

Please sign in to comment.