Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 68933
b: refs/heads/master
c: 1bd4057
h: refs/heads/master
i:
  68931: d5a1314
v: v3
  • Loading branch information
Matthew Wilcox authored and James Bottomley committed Oct 12, 2007
1 parent 6c9d07d commit aba1e41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: dffe807cdbc6d2409b9bcc87a9517bb7c0d25b65
refs/heads/master: 1bd405734651c9ebd1c872a452614f9fe381c673
4 changes: 2 additions & 2 deletions trunk/drivers/scsi/aha152x.c
Original file line number Diff line number Diff line change
Expand Up @@ -907,9 +907,10 @@ struct Scsi_Host *aha152x_probe_one(struct aha152x_setup *setup)

void aha152x_release(struct Scsi_Host *shpnt)
{
if(!shpnt)
if (!shpnt)
return;

scsi_remove_host(shpnt);
if (shpnt->irq)
free_irq(shpnt->irq, shpnt);

Expand All @@ -923,7 +924,6 @@ void aha152x_release(struct Scsi_Host *shpnt)
pnp_device_detach(HOSTDATA(shpnt)->pnpdev);
#endif

scsi_remove_host(shpnt);
list_del(&HOSTDATA(shpnt)->host_list);
scsi_host_put(shpnt);
}
Expand Down

0 comments on commit aba1e41

Please sign in to comment.