Loading drivers/s390/cio/css.c +1 −0 Original line number Diff line number Diff line Loading @@ -451,6 +451,7 @@ static int reprobe_subchannel(struct subchannel_id schid, void *data) break; case -ENXIO: case -ENOMEM: case -EIO: /* These should abort looping */ break; default: Loading Loading
drivers/s390/cio/css.c +1 −0 Original line number Diff line number Diff line Loading @@ -451,6 +451,7 @@ static int reprobe_subchannel(struct subchannel_id schid, void *data) break; case -ENXIO: case -ENOMEM: case -EIO: /* These should abort looping */ break; default: Loading