Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 136271
b: refs/heads/master
c: d3ce65d
h: refs/heads/master
i:
  136269: b6e303a
  136267: 57b2604
  136263: ad29e6d
  136255: 02c7edf
v: v3
  • Loading branch information
Tony Battersby authored and James Bottomley committed Mar 12, 2009
1 parent b69d7bf commit cba0072
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: 2cf22be045ee1b29f9ce5cf4f4552811bb24916a
refs/heads/master: d3ce65d12668ef1e3a164d48e04c59228d5ecf7b
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/sym53c8xx_2/sym_glue.c
Original file line number Diff line number Diff line change
Expand Up @@ -1660,6 +1660,7 @@ static int sym_detach(struct Scsi_Host *shost, struct pci_dev *pdev)
OUTB(np, nc_istat, 0);

sym_free_resources(np, pdev);
scsi_host_put(shost);

return 1;
}
Expand Down Expand Up @@ -1749,7 +1750,6 @@ static void sym2_remove(struct pci_dev *pdev)
struct Scsi_Host *shost = pci_get_drvdata(pdev);

scsi_remove_host(shost);
scsi_host_put(shost);
sym_detach(shost, pdev);
pci_release_regions(pdev);
pci_disable_device(pdev);
Expand Down

0 comments on commit cba0072

Please sign in to comment.