[S390] cio: add missing reprobe loop end statement
Add loop end statement to prevent looping over empty subchannel sets. Signed-off-by: Peter Oberparleiter <peter.oberparleiter@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
This commit is contained in:
parent
c94dec99f9
commit
671756162c
1 changed files with 1 additions and 0 deletions
|
@ -451,6 +451,7 @@ static int reprobe_subchannel(struct subchannel_id schid, void *data)
|
||||||
break;
|
break;
|
||||||
case -ENXIO:
|
case -ENXIO:
|
||||||
case -ENOMEM:
|
case -ENOMEM:
|
||||||
|
case -EIO:
|
||||||
/* These should abort looping */
|
/* These should abort looping */
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Add table
Reference in a new issue