Archived
14
0
Fork 0

[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>
This commit is contained in:
jack wang 2009-12-07 17:22:59 +08:00 committed by James Bottomley
parent f01f4e6a1c
commit a61b8699c7

View file

@ -656,7 +656,7 @@ static int pm8001_dev_found_notify(struct domain_device *dev)
wait_for_completion(&completion); wait_for_completion(&completion);
if (dev->dev_type == SAS_END_DEV) if (dev->dev_type == SAS_END_DEV)
msleep(50); msleep(50);
pm8001_ha->flags = PM8001F_RUN_TIME ; pm8001_ha->flags |= PM8001F_RUN_TIME ;
return 0; return 0;
found_out: found_out:
spin_unlock_irqrestore(&pm8001_ha->lock, flags); spin_unlock_irqrestore(&pm8001_ha->lock, flags);