Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b17295e6 authored by Sebastian Ott's avatar Sebastian Ott Committed by Martin Schwidefsky
Browse files

[S390] cio: path_event overindication after resume



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

Signed-off-by: default avatarSebastian Ott <sebott@linux.vnet.ibm.com>
Signed-off-by: default avatarMartin Schwidefsky <schwidefsky@de.ibm.com>
parent 4162cf64
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -1835,6 +1835,7 @@ static void __ccw_device_pm_restore(struct ccw_device *cdev)
	 * available again. Kick re-detection.
	 * available again. Kick re-detection.
	 */
	 */
	cdev->private->flags.resuming = 1;
	cdev->private->flags.resuming = 1;
	cdev->private->path_new_mask = LPM_ANYPATH;
	css_schedule_eval(sch->schid);
	css_schedule_eval(sch->schid);
	spin_unlock_irq(sch->lock);
	spin_unlock_irq(sch->lock);
	css_complete_work();
	css_complete_work();