Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 148033
b: refs/heads/master
c: 410604d
h: refs/heads/master
i:
  148031: fb6db9f
v: v3
  • Loading branch information
Aaro Koskinen authored and James Bottomley committed May 20, 2009
1 parent cbce435 commit 52df8b9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 413e6e18b483de272bdafa56e5c086c75f11d681
refs/heads/master: 410604d25faddb1b4f0f9667b7452c06cc06cea1
9 changes: 9 additions & 0 deletions trunk/drivers/scsi/sym53c8xx_2/sym_hipd.c
Original file line number Diff line number Diff line change
Expand Up @@ -1896,6 +1896,15 @@ void sym_start_up(struct Scsi_Host *shost, int reason)
tp->head.sval = 0;
tp->head.wval = np->rv_scntl3;
tp->head.uval = 0;
if (tp->lun0p)
tp->lun0p->to_clear = 0;
if (tp->lunmp) {
int ln;

for (ln = 1; ln < SYM_CONF_MAX_LUN; ln++)
if (tp->lunmp[ln])
tp->lunmp[ln]->to_clear = 0;
}
}

/*
Expand Down

0 comments on commit 52df8b9

Please sign in to comment.