diff options
author | jack wang <jack_wang@usish.com> | 2009-12-07 04:22:59 -0500 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2009-12-10 11:06:16 -0500 |
commit | a61b8699c764cccf85ccbf489e1772b2950ba4c6 (patch) | |
tree | 5c894e3514fbc3b820970d4524cb10d5c5430615 /drivers/scsi/pm8001 | |
parent | f01f4e6a1cb343fc75dc580ec9203d9719f78f95 (diff) |
[SCSI] pm8001: bit set pm8001_ha->flags
Signed-off-by: Jack Wang <jack_wang@usish.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers/scsi/pm8001')
-rw-r--r-- | drivers/scsi/pm8001/pm8001_sas.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/pm8001/pm8001_sas.c b/drivers/scsi/pm8001/pm8001_sas.c index 487f78ff750b..c86f92160c7a 100644 --- a/drivers/scsi/pm8001/pm8001_sas.c +++ b/drivers/scsi/pm8001/pm8001_sas.c | |||
@@ -656,7 +656,7 @@ static int pm8001_dev_found_notify(struct domain_device *dev) | |||
656 | wait_for_completion(&completion); | 656 | wait_for_completion(&completion); |
657 | if (dev->dev_type == SAS_END_DEV) | 657 | if (dev->dev_type == SAS_END_DEV) |
658 | msleep(50); | 658 | msleep(50); |
659 | pm8001_ha->flags = PM8001F_RUN_TIME ; | 659 | pm8001_ha->flags |= PM8001F_RUN_TIME ; |
660 | return 0; | 660 | return 0; |
661 | found_out: | 661 | found_out: |
662 | spin_unlock_irqrestore(&pm8001_ha->lock, flags); | 662 | spin_unlock_irqrestore(&pm8001_ha->lock, flags); |