Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 96521
b: refs/heads/master
c: 64976a0
h: refs/heads/master
i:
  96519: d424175
v: v3
  • Loading branch information
James Bottomley authored and James Bottomley committed May 11, 2008
1 parent 9953904 commit 4188879
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: ad2fa42d044b98469449880474a9662fb689f7f9
refs/heads/master: 64976a0387835a7ac61bbe2a99b27ccae34eac5d
4 changes: 2 additions & 2 deletions trunk/drivers/scsi/aha152x.c
Original file line number Diff line number Diff line change
Expand Up @@ -3914,9 +3914,9 @@ static int __init aha152x_init(void)

static void __exit aha152x_exit(void)
{
struct aha152x_hostdata *hd;
struct aha152x_hostdata *hd, *tmp;

list_for_each_entry(hd, &aha152x_host_list, host_list) {
list_for_each_entry_safe(hd, tmp, &aha152x_host_list, host_list) {
struct Scsi_Host *shost = container_of((void *)hd, struct Scsi_Host, hostdata);

aha152x_release(shost);
Expand Down

0 comments on commit 4188879

Please sign in to comment.