![]() | |||||||||||||
Messages in this thread |
On Mon, 13 Mar 2006 17:18:28 -0500 Greg Smith <gsmith@nc.rr.com> wrote: > It seems this patch got dropped (it was in addition to the `s390: > improve response code handling in chsc_enable_facility()' patch). Whoops. This should get merged as well to avoid unneccessary checks. Acked-by: Cornelia Huck <cornelia.huck@de.ibm.com> > diff -u -r a/drivers/s390/cio/css.c b/drivers/s390/cio/css.c > --- a/drivers/s390/cio/css.c 2006-03-13 12:54:16.000000000 -0500 > +++ b/drivers/s390/cio/css.c 2006-03-13 12:55:03.000000000 -0500 > @@ -409,6 +409,9 @@ > /* -ENXIO: no more subchannels. */ > case -ENXIO: > return ret; > + /* -EIO: this subchannel set not supported. */ > + case -EIO: > + return ret; > default: > return 0; > } > > - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ | ||||||||||||
| Last update: 2006-03-14 08:31 [W:0.503 / U:0.490 seconds] ©2003-2008 Jasper Spaans | |||||||||||||