dect
/
linux-2.6
Archived
13
0
Fork 0

[S390] cio: path_event overindication after resume

While resuming report any found paths as new to the
device drivers.

Signed-off-by: Sebastian Ott <sebott@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
This commit is contained in:
Sebastian Ott 2011-01-12 09:55:10 +01:00 committed by Martin Schwidefsky
parent 4162cf6497
commit b17295e646
1 changed files with 1 additions and 0 deletions

View File

@ -1835,6 +1835,7 @@ static void __ccw_device_pm_restore(struct ccw_device *cdev)
* available again. Kick re-detection.
*/
cdev->private->flags.resuming = 1;
cdev->private->path_new_mask = LPM_ANYPATH;
css_schedule_eval(sch->schid);
spin_unlock_irq(sch->lock);
css_complete_work();